Skip to content

UI: Make DAG detail page scrollable on mobile viewports#65899

Merged
bbovenzi merged 1 commit into
apache:mainfrom
dheerajturaga:bugfix/dag-page-mobile-friendly
May 1, 2026
Merged

UI: Make DAG detail page scrollable on mobile viewports#65899
bbovenzi merged 1 commit into
apache:mainfrom
dheerajturaga:bugfix/dag-page-mobile-friendly

Conversation

@dheerajturaga
Copy link
Copy Markdown
Member

@dheerajturaga dheerajturaga commented Apr 26, 2026

On phones the horizontal split between the Graph/Grid/Gantt pane and
the Details pane was squeezed to ~200px each, and nested overflow:hidden
containers hid the panes' internal scrollbars. The page was effectively
unusable on mobile.

Pin a 1280px min-width on the DAG page wrapper below Chakra's
breakpoint and switch the main-content box to overflow=auto so the
browser exposes horizontal and vertical scrollbars. Desktop layout
(>=768px) is unchanged.

Related: #64846

Before:

image

After:

image image
Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)
    ClaudeCode Opus 4.7
@boring-cyborg boring-cyborg Bot added the area:UI Related to UI/UX. For Frontend Developers. label Apr 26, 2026
@dheerajturaga dheerajturaga added the backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch label Apr 26, 2026
Copy link
Copy Markdown
Contributor

@bbovenzi bbovenzi left a comment

Choose a reason for hiding this comment

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

Looks good. We just need a rebase

@bbovenzi bbovenzi added this to the Airflow 3.2.2 milestone Apr 29, 2026
  On phones the horizontal split between the Graph/Grid/Gantt pane and
  the Details pane was squeezed to ~200px each, and nested overflow:hidden
  containers hid the panes' internal scrollbars. The page was effectively
  unusable on mobile.

  Pin a 1280px min-width on the DAG page wrapper below Chakra's
  breakpoint and switch the main-content box to overflow=auto so the
  browser exposes horizontal and vertical scrollbars. Desktop layout
  (>=768px) is unchanged.
@dheerajturaga dheerajturaga force-pushed the bugfix/dag-page-mobile-friendly branch from 8e97f57 to 38e6f31 Compare April 30, 2026 21:55
@dheerajturaga
Copy link
Copy Markdown
Member Author

Looks good. We just need a rebase

Done!

@bbovenzi
Copy link
Copy Markdown
Contributor

bbovenzi commented May 1, 2026

Ci failure is unrelated

@bbovenzi bbovenzi merged commit e6f5de4 into apache:main May 1, 2026
79 of 80 checks passed
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

Backport failed to create: v3-2-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-2-test Commit Link

You can attempt to backport this manually by running:

cherry_picker e6f5de4 v3-2-test

This should apply the commit to the v3-2-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

dheerajturaga added a commit to dheerajturaga/airflow that referenced this pull request May 15, 2026
…pache#65899)

On phones the horizontal split between the Graph/Grid/Gantt pane and
  the Details pane was squeezed to ~200px each, and nested overflow:hidden
  containers hid the panes' internal scrollbars. The page was effectively
  unusable on mobile.

  Pin a 1280px min-width on the DAG page wrapper below Chakra's
  breakpoint and switch the main-content box to overflow=auto so the
  browser exposes horizontal and vertical scrollbars. Desktop layout
  (>=768px) is unchanged.
(cherry picked from commit e6f5de4)

Co-authored-by: Dheeraj Turaga <dheerajturaga@gmail.com>
vatsrahul1001 pushed a commit that referenced this pull request May 15, 2026
…65899) (#66975)

On phones the horizontal split between the Graph/Grid/Gantt pane and
  the Details pane was squeezed to ~200px each, and nested overflow:hidden
  containers hid the panes' internal scrollbars. The page was effectively
  unusable on mobile.

  Pin a 1280px min-width on the DAG page wrapper below Chakra's
  breakpoint and switch the main-content box to overflow=auto so the
  browser exposes horizontal and vertical scrollbars. Desktop layout
  (>=768px) is unchanged.
(cherry picked from commit e6f5de4)
vatsrahul1001 pushed a commit that referenced this pull request May 20, 2026
…65899) (#66975)

On phones the horizontal split between the Graph/Grid/Gantt pane and
  the Details pane was squeezed to ~200px each, and nested overflow:hidden
  containers hid the panes' internal scrollbars. The page was effectively
  unusable on mobile.

  Pin a 1280px min-width on the DAG page wrapper below Chakra's
  breakpoint and switch the main-content box to overflow=auto so the
  browser exposes horizontal and vertical scrollbars. Desktop layout
  (>=768px) is unchanged.
(cherry picked from commit e6f5de4)
vatsrahul1001 pushed a commit that referenced this pull request May 20, 2026
…65899) (#66975)

On phones the horizontal split between the Graph/Grid/Gantt pane and
  the Details pane was squeezed to ~200px each, and nested overflow:hidden
  containers hid the panes' internal scrollbars. The page was effectively
  unusable on mobile.

  Pin a 1280px min-width on the DAG page wrapper below Chakra's
  breakpoint and switch the main-content box to overflow=auto so the
  browser exposes horizontal and vertical scrollbars. Desktop layout
  (>=768px) is unchanged.
(cherry picked from commit e6f5de4)
vatsrahul1001 pushed a commit that referenced this pull request May 21, 2026
…65899) (#66975)

On phones the horizontal split between the Graph/Grid/Gantt pane and
  the Details pane was squeezed to ~200px each, and nested overflow:hidden
  containers hid the panes' internal scrollbars. The page was effectively
  unusable on mobile.

  Pin a 1280px min-width on the DAG page wrapper below Chakra's
  breakpoint and switch the main-content box to overflow=auto so the
  browser exposes horizontal and vertical scrollbars. Desktop layout
  (>=768px) is unchanged.
(cherry picked from commit e6f5de4)
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. backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch

2 participants