-
Notifications
You must be signed in to change notification settings - Fork 1.3k
feat: add toggle to switch between UTC and local time in ClockIndicator #8123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
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.
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. |
@@ -1,25 +1,3 @@ | |||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont remove the license
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved it and re-added the license which was previously removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved it and re-added the license which was previously removed.
@@ -1,25 +1,3 @@ | |||
<!-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved it and re-added the license which was previously removed.
Resolved it and re-added the license which was previously removed.
…On Mon, Aug 11, 2025 at 10:40 PM Even Stensberg ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In src/plugins/clock/components/ClockIndicator.vue
<#8123 (comment)>:
> @@ -1,25 +1,3 @@
-<!--
dont remove the license
—
Reply to this email directly, view it on GitHub
<#8123 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AT5J24YRQXU4EXKSW6H65ED3NDDJZAVCNFSM6AAAAACCNIPF62VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTCMBWHA2DENJQGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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.
Closes
Describe your changes:
All Submissions:
Author Checklist
type:
label? (type: feature
)Reviewer Checklist