Skip to content

feat: Add real-time clock updates to timezone selector #52414

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

Merged
merged 2 commits into from
Jun 30, 2025

Conversation

choo121600
Copy link
Contributor

@choo121600 choo121600 commented Jun 28, 2025

Why

Previously, the time displayed in the timezone selection modal was static and only updated on component re-render. This caused the displayed time to become outdated if the modal remained open.

Update

with this update, the clock now updates every second, providing a live view of the current time for each timezone.

Screen.Recording.2025-06-29.at.1.11.40.AM.mov
Screen.Recording.2025-06-29.at.1.23.19.AM.mov

^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Jun 28, 2025
@bbovenzi bbovenzi added this to the Airflow 3.0.3 milestone Jun 30, 2025
@bbovenzi bbovenzi merged commit f95319e into apache:main Jun 30, 2025
51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:UI Related to UI/UX. For Frontend Developers.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants