From f6441488449dc5eb572a16466a42c8ae24f217ff Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Tue, 5 Mar 2024 19:27:10 +0900 Subject: [PATCH] feat: introduce new "Followed tags" page (#2642) Co-authored-by: patak <583075+patak-dev@users.noreply.github.com> --- components/nav/NavBottom.vue | 2 +- components/nav/NavSide.vue | 3 ++- locales/en.json | 1 + pages/[[server]]/explore.vue | 2 +- pages/hashtags.vue | 29 +++++++++++++++++++++++++++++ 5 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 pages/hashtags.vue diff --git a/components/nav/NavBottom.vue b/components/nav/NavBottom.vue index c26cf348..683765ce 100644 --- a/components/nav/NavBottom.vue +++ b/components/nav/NavBottom.vue @@ -33,7 +33,7 @@ const { notifications } = useNotifications()