Skip to content

fix: prevent filter row overlap#42

Merged
ecarreras merged 1 commit into
mainfrom
fix-overlapping-user-filter
May 25, 2026
Merged

fix: prevent filter row overlap#42
ecarreras merged 1 commit into
mainfrom
fix-overlapping-user-filter

Conversation

@pilipilisbot
Copy link
Copy Markdown
Owner

@pilipilisbot pilipilisbot commented May 25, 2026

Fixes #41.

Summary

  • gives the Actor filter a two-column desktop span so it no longer collides with the Intent selector
  • lets filter grid items shrink inside their columns with min-w-0, keeping mobile stacked and overflow-free
  • rebuilds the packaged dashboard assets

Screenshots

Desktop:
Desktop filter row

Mobile:
Mobile filters

Validation

  • cd dashboard && npm run build
  • .venv/bin/python -m pytest tests/test_packaged_resources.py tests/test_backend.py -q
  • git diff --check
  • Chrome layout check: desktop Actor right edge 1068.5px, Intent left edge 1080.5px; mobile scrollWidth=390 at 390px viewport

@ecarreras ecarreras merged commit 0f44f2f into main May 25, 2026
2 checks passed
@ecarreras ecarreras deleted the fix-overlapping-user-filter branch May 25, 2026 12:07
@pilipilisbot
Copy link
Copy Markdown
Owner Author

Post-merge cleanup complete.

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.

El filtre d'usuari queda superposat al de intent

2 participants