From f59c496c5def257ceb47c3e75f8e03569a064749 Mon Sep 17 00:00:00 2001 From: valere Date: Tue, 21 Oct 2025 00:09:26 +0200 Subject: [PATCH] route v1 --- app/app.vue | 63 ++++++++++++++++--- app/components/Loader.vue | 25 ++++++++ app/components/SearchModal.vue | 110 ++++++++++++++++++--------------- app/components/box.vue | 4 +- app/components/boxes.vue | 3 - app/components/card.vue | 4 +- app/components/player.vue | 4 +- app/pages/box/[id].vue | 29 +++++++++ app/pages/index.vue | 10 ++- app/pages/track/[id].vue | 35 +++++++++++ app/router.options.ts | 16 +++++ app/store/data.ts | 87 +++++++++++++------------- app/store/player.ts | 32 ++++++++-- app/store/ui.ts | 7 +++ nuxt.config.ts | 18 +++--- public/loader.svg | 53 ++++++++++++++++ server/api/boxes.ts | 2 +- tailwind.config.js | 26 ++++---- 18 files changed, 391 insertions(+), 137 deletions(-) create mode 100644 app/components/Loader.vue create mode 100644 app/pages/box/[id].vue create mode 100644 app/pages/track/[id].vue create mode 100644 app/router.options.ts create mode 100644 public/loader.svg diff --git a/app/app.vue b/app/app.vue index 80fceec..4b2fb36 100644 --- a/app/app.vue +++ b/app/app.vue @@ -3,15 +3,17 @@ + + + + -