Skip to content

fix(ui): mobile-friendly container filters#1065

Open
uniskela wants to merge 1 commit into
getwud:mainfrom
uniskela:fix/containers-filter-mobile
Open

fix(ui): mobile-friendly container filters#1065
uniskela wants to merge 1 commit into
getwud:mainfrom
uniskela:fix/containers-filter-mobile

Conversation

@uniskela

Copy link
Copy Markdown

Summary

  • Add responsive v-col breakpoints to ContainerFilter so filters and sort controls stack on mobile instead of squishing into one row.
  • From the md breakpoint up, filters use a compact two-row toolbar (four selects, then toggles + Watch now).
  • Closes WUD Dashboard on mobile phone #958

Why a new PR

Tested #1034 locally on mobile (375px): it fixes the squished layout. At desktop widths it keeps all controls in a single full-width column because of empty md="" breakpoints. This PR uses explicit cols / sm / md values (aligned with HomeView) so mobile stays readable and desktop gets a proper multi-column toolbar.

Test plan

  • cd ui && npm run test:unit -- ContainerFilter
  • npm run lint
  • npm run serve with WUD on :3000 — /containers at 375px, 768px, and 1280px viewports

Made with Cursor

Stack filter controls on narrow viewports so labels and toggles
remain readable, with a compact two-row toolbar from md breakpoint up.

Closes getwud#958

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WUD Dashboard on mobile phone

1 participant