From 940a4e766cb6bb2d77e67eb2b78d83ac2c7df1eb Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Mon, 25 Aug 2025 12:49:42 -0400 Subject: [PATCH] first cleanup batch --- .devcontainer/devcontainer.json | 1 - .../common/Navigation/ConsoleModeBtn.vue | 48 +++---- .../{use-auto-scroll.ts => useAutoScroll.ts} | 0 .../src/console/components/BackButton.vue | 38 +++--- .../src/console/components/CollectionCard.vue | 122 +++++++++--------- frontend/src/plugins/router.ts | 15 ++- frontend/src/views/Scan.vue | 2 +- 7 files changed, 109 insertions(+), 117 deletions(-) rename frontend/src/composables/{use-auto-scroll.ts => useAutoScroll.ts} (100%) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 96712b31b..8315a76c3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -29,7 +29,6 @@ "ms-python.python", "ms-python.pylint", "ms-python.black-formatter", - "bradlc.vscode-tailwindcss", "vue.volar", "ms-vscode.vscode-typescript-next" ], diff --git a/frontend/src/components/common/Navigation/ConsoleModeBtn.vue b/frontend/src/components/common/Navigation/ConsoleModeBtn.vue index 28d2139d9..fd8b3c61f 100644 --- a/frontend/src/components/common/Navigation/ConsoleModeBtn.vue +++ b/frontend/src/components/common/Navigation/ConsoleModeBtn.vue @@ -1,4 +1,7 @@ + - - diff --git a/frontend/src/composables/use-auto-scroll.ts b/frontend/src/composables/useAutoScroll.ts similarity index 100% rename from frontend/src/composables/use-auto-scroll.ts rename to frontend/src/composables/useAutoScroll.ts diff --git a/frontend/src/console/components/BackButton.vue b/frontend/src/console/components/BackButton.vue index 06dbc1b17..56838f812 100644 --- a/frontend/src/console/components/BackButton.vue +++ b/frontend/src/console/components/BackButton.vue @@ -1,3 +1,18 @@ + + - - diff --git a/frontend/src/console/components/CollectionCard.vue b/frontend/src/console/components/CollectionCard.vue index efa80ee4a..3829782ea 100644 --- a/frontend/src/console/components/CollectionCard.vue +++ b/frontend/src/console/components/CollectionCard.vue @@ -1,3 +1,64 @@ + + - -