From 4a25c0a3c5cf8d30fdb77987eaa44184147c26b2 Mon Sep 17 00:00:00 2001 From: Mika Date: Mon, 8 Jul 2024 15:39:05 +0200 Subject: [PATCH] web: add initial actionToolbar --- web/components.d.ts | 1 + web/src/App.vue | 2 + web/src/components/CategoryContainer.vue | 1 - web/src/components/ListViewElement.vue | 2 - web/src/components/actionToolbar.vue | 54 ++++++++++++++++++++++++ 5 files changed, 57 insertions(+), 3 deletions(-) create mode 100644 web/src/components/actionToolbar.vue diff --git a/web/components.d.ts b/web/components.d.ts index 187ed8e..fb22071 100644 --- a/web/components.d.ts +++ b/web/components.d.ts @@ -7,6 +7,7 @@ export {} declare module 'vue' { export interface GlobalComponents { + ActionToolbar: typeof import('./src/components/actionToolbar.vue')['default'] CategoryContainer: typeof import('./src/components/CategoryContainer.vue')['default'] HeaderBar: typeof import('./src/components/HeaderBar.vue')['default'] ListViewElement: typeof import('./src/components/ListViewElement.vue')['default'] diff --git a/web/src/App.vue b/web/src/App.vue index b5dd2fb..7c83622 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -3,6 +3,7 @@
+
  • @@ -16,6 +17,7 @@ diff --git a/web/src/components/CategoryContainer.vue b/web/src/components/CategoryContainer.vue index 76d979b..b805ff1 100644 --- a/web/src/components/CategoryContainer.vue +++ b/web/src/components/CategoryContainer.vue @@ -24,7 +24,6 @@ + + + + +