From 8c363ee0e3fe3b10f902c086e6ed0bbe63edc275 Mon Sep 17 00:00:00 2001 From: nayan Date: Sat, 26 Jul 2025 12:10:30 +0545 Subject: [PATCH 1/2] feat: add toggle to switch between UTC and local time in ClockIndicator Added a toggle button to the ClockIndicator component in the topbar to allow users to switch between UTC and local time (LT) display formats. This improves usability for users in different time zones and enhances time visibility across the interface. --- .../clock/components/ClockIndicator.vue | 60 +- src/styles/_constants.scss | 57 +- src/styles/_glyphs.scss | 711 ++++++++++++------ 3 files changed, 558 insertions(+), 270 deletions(-) diff --git a/src/plugins/clock/components/ClockIndicator.vue b/src/plugins/clock/components/ClockIndicator.vue index 8521934b5ce..d904d5522a4 100644 --- a/src/plugins/clock/components/ClockIndicator.vue +++ b/src/plugins/clock/components/ClockIndicator.vue @@ -1,25 +1,3 @@ - -