From 63e7ace6938c23133157c9324991d9409fec0e7e Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Thu, 15 Feb 2024 17:51:14 -0600 Subject: [PATCH] WIP(shops): customization categories skeleton --- website/client/src/components/header/menu.vue | 6 ++ .../components/shops/customizations/index.vue | 74 ++++++++++++++++++- .../components/shops/timeTravelers/index.vue | 3 +- website/common/locales/en/character.json | 7 +- website/common/locales/en/generic.json | 3 +- website/common/script/libs/shops.js | 68 +++++++++++++++++ 6 files changed, 154 insertions(+), 7 deletions(-) diff --git a/website/client/src/components/header/menu.vue b/website/client/src/components/header/menu.vue index 900cf0ec93..fb9db1f1bf 100644 --- a/website/client/src/components/header/menu.vue +++ b/website/client/src/components/header/menu.vue @@ -134,6 +134,12 @@ > {{ $t('quests') }} + + {{ $t('customizations') }} +
- + + +
@@ -16,11 +24,39 @@ >
+
+

+ {{ $t('customizations') }} +

+
+

+ {{ category.text }} +

+
+ {{ item.text }} +
+
+