From 108e8a0637debb3146a27f18d1a95d579a1167ce Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Tue, 26 Jul 2022 12:21:12 -0700 Subject: [PATCH] headerbar --- package.json | 2 +- packages/client/src/pages/timeline.vue | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4e1f12b1c6..2c081d62be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", - "version": "12.118.0-calc.4.b4", + "version": "12.118.0-calc.5.b4", "codename": "indigo", "repository": { "type": "git", diff --git a/packages/client/src/pages/timeline.vue b/packages/client/src/pages/timeline.vue index 5810b745b9..8d23b03bf3 100644 --- a/packages/client/src/pages/timeline.vue +++ b/packages/client/src/pages/timeline.vue @@ -133,7 +133,7 @@ const headerTabs = $computed(() => [{ title: i18n.ts._timelines.global, icon: 'fas fa-globe', iconOnly: true, -}] : []), /* { +}] : []), { icon: 'fas fa-list-ul', title: i18n.ts.lists, iconOnly: true, @@ -148,7 +148,7 @@ const headerTabs = $computed(() => [{ title: i18n.ts.channel, iconOnly: true, onClick: chooseChannel, -}*/]); +}]); const headerTabsWhenNotLogin = $computed(() => [ ...(isLocalTimelineAvailable ? [{ @@ -172,6 +172,11 @@ definePageMetadata(computed(() => ({