From 9b3ad7357610dba858f4ee2cb485dba8e1855217 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Wed, 7 Sep 2022 15:09:23 -0700 Subject: [PATCH] feat: :sparkles: Better tabs for mobile --- package.json | 2 +- packages/client/src/components/global/MkPageHeader.vue | 9 +++++---- packages/client/src/pages/about.vue | 1 + packages/client/src/pages/explore.vue | 1 + packages/client/src/pages/notifications.vue | 6 ++++++ packages/client/src/pages/settings/privacy.vue | 4 ++-- 6 files changed, 16 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a44247979..c5ab60481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "calckey", - "version": "12.118.1-calc.2-beta.2-rc.9", + "version": "12.118.1-calc.2-beta.2-rc.10", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/components/global/MkPageHeader.vue b/packages/client/src/components/global/MkPageHeader.vue index 5f17e61cf..b9fa06029 100644 --- a/packages/client/src/components/global/MkPageHeader.vue +++ b/packages/client/src/components/global/MkPageHeader.vue @@ -14,16 +14,17 @@
{{ metadata.subtitle }}
-
+
-
+
+
diff --git a/packages/client/src/pages/about.vue b/packages/client/src/pages/about.vue index fc2337727..a1cbc2dc2 100644 --- a/packages/client/src/pages/about.vue +++ b/packages/client/src/pages/about.vue @@ -115,6 +115,7 @@ const headerActions = $computed(() => []); let theTabs = [{ key: 'overview', title: i18n.ts.overview, + icon: 'fas fa-sitemap', }, { key: 'emojis', title: i18n.ts.customEmojis, diff --git a/packages/client/src/pages/explore.vue b/packages/client/src/pages/explore.vue index 1fac32c03..2b170a6ee 100644 --- a/packages/client/src/pages/explore.vue +++ b/packages/client/src/pages/explore.vue @@ -77,6 +77,7 @@ const headerTabs = $computed(() => [{ title: i18n.ts.users, }, { key: 'search', + icon: 'fas fa-magnifying-glass', title: i18n.ts.search, }]); diff --git a/packages/client/src/pages/notifications.vue b/packages/client/src/pages/notifications.vue index 368944135..104304ea8 100644 --- a/packages/client/src/pages/notifications.vue +++ b/packages/client/src/pages/notifications.vue @@ -93,17 +93,23 @@ const headerActions = $computed(() => [tab === 'all' ? { const headerTabs = $computed(() => [{ key: 'all', title: i18n.ts.all, + icon: 'fas fa-bell', + iconOnly: true, }, { key: 'unread', title: i18n.ts.unread, + icon: 'fas fa-exclamation', + iconOnly: true, }, { key: 'mentions', title: i18n.ts.mentions, icon: 'fas fa-at', + iconOnly: true, }, { key: 'directNotes', title: i18n.ts.directNotes, icon: 'fas fa-envelope', + iconOnly: true, }]); definePageMetadata(computed(() => ({ diff --git a/packages/client/src/pages/settings/privacy.vue b/packages/client/src/pages/settings/privacy.vue index 45a0358a9..fd73d86bf 100644 --- a/packages/client/src/pages/settings/privacy.vue +++ b/packages/client/src/pages/settings/privacy.vue @@ -7,7 +7,7 @@ {{ i18n.ts.makeReactionsPublic }} - + @@ -15,7 +15,7 @@ - + {{ i18n.ts.hideOnlineStatus }}