From 367d349a68b185d14ee0fe5caddb54663f33d67f Mon Sep 17 00:00:00 2001 From: DecDuck Date: Wed, 27 Aug 2025 12:16:27 +1000 Subject: [PATCH] feat: add user platform filters to store view --- components/Icons/Platform.vue | 26 ++++++++++++++++++++++++++ components/StoreView.vue | 20 +++++++++++++++++--- composables/store.ts | 1 + pages/store/[id]/index.vue | 20 ++++++++++---------- server/api/v1/store/platforms.get.ts | 1 + 5 files changed, 55 insertions(+), 13 deletions(-) create mode 100644 components/Icons/Platform.vue diff --git a/components/Icons/Platform.vue b/components/Icons/Platform.vue new file mode 100644 index 0000000..32b32f4 --- /dev/null +++ b/components/Icons/Platform.vue @@ -0,0 +1,26 @@ + + + + diff --git a/components/StoreView.vue b/components/StoreView.vue index 3491d1c..b5944c0 100644 --- a/components/StoreView.vue +++ b/components/StoreView.vue @@ -247,7 +247,7 @@
@@ -272,6 +272,12 @@ />
+