support dark theme closes #25
Deploy service message-delivery-method-web-push / service message-delivery-method-web-push (push) Successful in 1m17s
Deploy db-migrations / db-migrations (push) Successful in 38s
Deploy app frontend / app frontend (push) Successful in 2m14s

This commit is contained in:
2024-12-08 11:06:31 +02:00
parent 0d40aaf2da
commit ab86a3b8e1
34 changed files with 689 additions and 261 deletions
+1
View File
@@ -48,6 +48,7 @@ declare module 'vue' {
RouterView: typeof import('vue-router')['RouterView']
TabBar: typeof import('./src/components/layout/TabBar.vue')['default']
TabMenuItem: typeof import('./src/components/layout/TabMenuItem.vue')['default']
Textarea: typeof import('primevue/textarea')['default']
TheWelcome: typeof import('./src/components/TheWelcome/TheWelcome.vue')['default']
}
}