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 @@ + - + mdi-television-play Play @@ -41,29 +59,3 @@ withDefaults( - - 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 @@ + + {{ text }} + {{ text }} + - - 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 @@ + + - -