Skip to content

Conversation

nayankhanal
Copy link

@nayankhanal nayankhanal commented Jul 26, 2025

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:

  • Added a toggle in ClockIndicator for switching between UTC and local time.
  • Adjusted time rendering logic to conditionally display time in the selected format.
  • No breaking changes introduced.

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Is this a notable change that will require a special callout in the release notes? For example, will this break compatibility with existing APIs or projects that consume these plugins?

Author Checklist

  • Changes address original issue?
  • Tests included and/or updated with changes?
  • Has this been smoke tested?
  • Have you associated this PR with a type: label? (type: feature)
  • Have you associated a milestone with this PR? Note: leave blank if unsure.
  • Testing instructions included in associated issue OR is this a dependency/testcase change?

Reviewer Checklist

  • Changes appear to address issue?
  • Reviewer has tested changes by following the provided instructions?
  • Changes appear not to be breaking changes?
  • Appropriate automated tests included?
  • Code style and in-line documentation are appropriate?

nayankhanal and others added 2 commits July 26, 2025 12:10
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.
@nayankhanal
Copy link
Author

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 @@
<!--
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dont remove the license

Copy link
Author

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.

Copy link
Author

@nayankhanal nayankhanal left a 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 @@
<!--
Copy link
Author

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.

@nayankhanal
Copy link
Author

nayankhanal commented Aug 23, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants