From 2ba961ce2a43ccff73e347b1f10a8fb07b10a8c4 Mon Sep 17 00:00:00 2001 From: Brian DeRocher Date: Tue, 26 Nov 2024 14:35:39 -0500 Subject: [PATCH] Clicking on stickers on the profile page takes you to stickerview. Home goes to profile page for now. Create a menu item for an unclaimed sticker. Only fetch an item if we don't have it yet. --- src/components/Navigation.vue | 2 +- src/components/TopBar.vue | 17 ++++++++----- src/stores/stickerStore.ts | 3 +++ src/views/LoginView.vue | 3 ++- src/views/ProfileView.vue | 47 ++++++++++++++--------------------- 5 files changed, 36 insertions(+), 36 deletions(-) diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index ac395f8..25d5404 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -5,7 +5,7 @@