From 25d56ec4ef53c043da56f72b80a3b20b2f70b60f Mon Sep 17 00:00:00 2001 From: valere Date: Tue, 28 Oct 2025 10:44:10 +0100 Subject: [PATCH] refacto card / box / deck ajout du template default --- app/components/boxes.vue | 37 ++------- app/components/card.vue | 19 ++--- app/components/deck.vue | 17 +++-- app/pages/box/[id].vue | 22 ++++-- app/pages/index.vue | 15 ++-- app/pages/track/[id].vue | 14 ++-- app/plugins/search-shortcut.client.ts | 17 ----- app/plugins/shortcut.client.ts | 106 ++++++++++++++++++++++++++ layouts/default.vue | 30 ++++++++ 9 files changed, 191 insertions(+), 86 deletions(-) delete mode 100644 app/plugins/search-shortcut.client.ts create mode 100644 app/plugins/shortcut.client.ts create mode 100644 layouts/default.vue diff --git a/app/components/boxes.vue b/app/components/boxes.vue index c165521..4b0ec62 100644 --- a/app/components/boxes.vue +++ b/app/components/boxes.vue @@ -1,5 +1,5 @@