From 5c48ea2f1abb21f88990c000e0f158dfa19fa4d7 Mon Sep 17 00:00:00 2001 From: marcin mikołajczak Date: Sat, 25 May 2024 08:42:32 +0200 Subject: Support `status` notification type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/components/interactions/interactions.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/interactions') diff --git a/src/components/interactions/interactions.js b/src/components/interactions/interactions.js index 1ae1d01c..fc441b90 100644 --- a/src/components/interactions/interactions.js +++ b/src/components/interactions/interactions.js @@ -3,6 +3,7 @@ import TabSwitcher from 'src/components/tab_switcher/tab_switcher.jsx' const tabModeDict = { mentions: ['mention'], + statuses: ['status'], 'likes+repeats': ['repeat', 'like'], follows: ['follow'], reactions: ['pleroma:emoji_reaction'], -- cgit v1.2.3-70-g09d2 From 34285150a005ea13762df98d9a9ad338cff38a3e Mon Sep 17 00:00:00 2001 From: marcin mikołajczak Date: Sun, 2 Jun 2024 09:36:06 +0200 Subject: Add tab to interactions.vue MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- src/components/interactions/interactions.vue | 6 +++++- src/i18n/en.json | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'src/components/interactions') diff --git a/src/components/interactions/interactions.vue b/src/components/interactions/interactions.vue index 35d03562..a2c56af4 100644 --- a/src/components/interactions/interactions.vue +++ b/src/components/interactions/interactions.vue @@ -10,9 +10,13 @@ :on-switch="onModeSwitch" > +