-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Adjustment external views #51889
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
Adjustment external views #51889
Conversation
Second commit looks weird, (pre-commit hook formatting for generated files). Fixed in: #51890 |
4c79e8e
to
74dfc89
Compare
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.
Overall, it looks great! One test and UI Lint static check are falling in the CI. Might be great to get additional reviews for the UI side :)
74dfc89
to
06d88e6
Compare
Still work needed to refine and handle the dark mode icon, icons for sub menus of app builder items, fix some styling, small refactoring and component extraction. (this wasn't introduced in this PR, I did my best to fix the smalls things that were straigh forward, but it needs more love, I will do that in a followup) Single app builder menu itemMultiple app builder menu itemsSingle external_viewMixed |
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.
airflow-core/src/airflow/api_fastapi/core_api/datamodels/plugins.py
Outdated
Show resolved
Hide resolved
Thanks for the review Jens! (1) Yes I also noticed that, I figured we will fix it in a followup PR because I don't have a straight forward for it and it was already existing prior to this PR. |
6a5dec3
to
a2bbc15
Compare
Cool! |
Closes: #51855