add tabs
Deploy app frontend / app frontend (push) Successful in 1m46s

This commit is contained in:
2024-12-06 21:20:27 +02:00
parent 58a5c378ca
commit ef977f5742
17 changed files with 542 additions and 444 deletions
+3
View File
@@ -27,6 +27,7 @@ declare module 'vue' {
DownloadImageButton: typeof import('./src/components/manage/DownloadImageButton.vue')['default']
ExamplesSection: typeof import('./src/components/TheWelcome/ExamplesSection.vue')['default']
InputText: typeof import('primevue/inputtext')['default']
LayoutWithTabs: typeof import('./src/layouts/LayoutWithTabs.vue')['default']
LinkCopyButton: typeof import('./src/components/link/LinkCopyButton.vue')['default']
LinkMono: typeof import('./src/components/link/LinkMono.vue')['default']
LinkQrCode: typeof import('./src/components/link/LinkQrCode.vue')['default']
@@ -43,6 +44,8 @@ declare module 'vue' {
ReadMessageSender: typeof import('./src/components/read/ReadMessageSender.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TabBar: typeof import('./src/components/layout/TabBar.vue')['default']
TabMenuItem: typeof import('./src/components/layout/TabMenuItem.vue')['default']
TheWelcome: typeof import('./src/components/TheWelcome/TheWelcome.vue')['default']
}
}