From 2cd3a82fc70fff3c534ba95618518aa5e0e73609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zoe=CC=88=20Bijl?= Date: Wed, 8 Oct 2025 11:04:39 +0200 Subject: [PATCH] [bugfix] set correct icon state in detailed status view This change was already made for the normal status view. It sets the icon to be filled when a status is boosted or favourited. Also forgoing the need for the Glitch checkmark. --- .../features/status/components/action_bar.jsx | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/app/javascript/flavours/glitch/features/status/components/action_bar.jsx b/app/javascript/flavours/glitch/features/status/components/action_bar.jsx index 891ef5653..fab7cb0ff 100644 --- a/app/javascript/flavours/glitch/features/status/components/action_bar.jsx +++ b/app/javascript/flavours/glitch/features/status/components/action_bar.jsx @@ -219,11 +219,19 @@ class ActionBar extends PureComponent { } return ( -
-
-
-
-
+
+
+ +
+
+ +
+
+ +
+
+ +