apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
35.26k stars 13.78k forks source link

Clean up dark mode #40466

Closed bbovenzi closed 5 days ago

bbovenzi commented 5 days ago

When localStorage wasn't set. Both dark and light icons could appear at the same time. Instead, they default to display none, until we run initTheme()

also, some code cleanup and copy changes

Before:

Screenshot 2024-06-27 at 2 48 20 PM

After:

Screenshot 2024-06-27 at 2 56 07 PM

^ 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 newsfragments.

jscheffl commented 5 days ago

Merging, failed tests are fixed on main in parallel in PR #40469