From fbbb269e15b62cad63c6bfcf4e5afede48c5b420 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Thu, 26 Feb 2026 21:25:07 -0300 Subject: [PATCH] fix(sidebar): replace NcChip with non-interactive status indicator NcChip has button-like appearance (hover effects, pointer cursor, pill shape) which confused users into thinking the status label was clickable. Replace with a dot + label text layout using only CSS logical properties for proper LTR/RTL support. Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- src/components/RightSidebar/SignTab.vue | 37 +++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/src/components/RightSidebar/SignTab.vue b/src/components/RightSidebar/SignTab.vue index 9778a876b9..f7963c28d4 100644 --- a/src/components/RightSidebar/SignTab.vue +++ b/src/components/RightSidebar/SignTab.vue @@ -6,7 +6,11 @@