From 5141afe476fdc0312bb9bbcf127d3fef5dc7ec9f Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 18 Sep 2021 15:39:01 +0900 Subject: [PATCH] =?UTF-8?q?fix(client):=20=E3=82=BF=E3=82=A4=E3=83=A0?= =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=83=B3=E3=81=A7=E3=83=AA=E3=82=B9=E3=83=88?= =?UTF-8?q?=E3=81=A8=E3=81=8B=E3=81=AA=E3=81=8B=E3=81=A3=E3=81=9F=E3=81=AE?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/pages/timeline.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/client/pages/timeline.vue b/src/client/pages/timeline.vue index 125191223..4b5b90e6a 100644 --- a/src/client/pages/timeline.vue +++ b/src/client/pages/timeline.vue @@ -51,6 +51,18 @@ export default defineComponent({ icon: this.src === 'local' ? 'fas fa-comments' : this.src === 'social' ? 'fas fa-share-alt' : this.src === 'global' ? 'fas fa-globe' : 'fas fa-home', bg: 'var(--bg)', actions: [{ + icon: 'fas fa-list-ul', + text: this.$ts.lists, + handler: this.chooseList + }, { + icon: 'fas fa-satellite', + text: this.$ts.antennas, + handler: this.chooseAntenna + }, { + icon: 'fas fa-satellite-dish', + text: this.$ts.channel, + handler: this.chooseChannel + }, { icon: 'fas fa-calendar-alt', text: this.$ts.jumpToSpecifiedDate, handler: this.timetravel