-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
AIP-38Modern Web ApplicationModern Web Applicationarea:webserverWebserver related IssuesWebserver related Issues
Description
For Airflow 3, we should take a look at which config & settings fields that we want to keep or remove. Particularly for the webserver.
Config we should remove:
dag_default_view: Unnecessary with new designsdag_orientation: Better to customize in the UI (either changes dag to dag, or part of i18n)grid_view_sorting_order: Better to customize in the UI. Matters more on a dag to dag leveldefault_dag_run_display_number: Better for the UI to decidedefault_wrap: same as dag_orientationshow_recent_stats_for_completed_runs: Unnecessary with new designsdefault_ui_timezone: we should default to the system timezonelog_fetch_*: we should just use the auto_refresh_intervallog_animation_speed: Better for the UI to decidenavbar_logo_text_color: this doesn't exist anymoreshow_trigger_form_if_no_paramsWe'll always have a confirm step
Settings we should remove:
STATE_COLORS: current colors don't work well in both light and dark mode. Doesn't allow individual users to customize to what they personally can see best
Dag fields to remove:
orientationdefault_views
Task fields to remove:
ui_colorui_fgcolor: I know some people like these, but having both state and operator colors gets too loud and unusable too fast
jscheffl, vatsrahul1001, kaxil and bugraoz93
Metadata
Metadata
Assignees
Labels
AIP-38Modern Web ApplicationModern Web Applicationarea:webserverWebserver related IssuesWebserver related Issues