screentinker/frontend/js/views
ScreenTinker 481ae0209a Mobile: fix modal and form control overflow
Inline width:NNNpx beats the .modal { width: 95vw } mobile rule due to
specificity. Convert to max-width:NNNpx;width:95vw on the three affected
modals so they cap at their desktop size but still shrink on mobile:
  - playlists.js add-item modal (560px)
  - device-detail.js assign-playlist modal (650px)
  - content-library.js edit-content modal (500px)

Same fix pattern for fixed-width form controls flagged in QA — selects
and inputs change to max-width:NNNpx;width:100% so they keep their
desktop size but shrink to container on mobile:
  - admin.js role/plan selects (120/130px)
  - teams.js member role + add-device selects (100/200px)
  - content-library.js search input + folder filter (250/180px)
  - onboarding.js pairing code + display name inputs (240px)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-21 18:48:51 -05:00
..
activity.js Security audit remediation: auth, IDOR, XSS, hardening 2026-04-11 22:48:07 -05:00
admin.js Mobile: fix modal and form control overflow 2026-04-21 18:48:51 -05:00
billing.js Security audit remediation: auth, IDOR, XSS, hardening 2026-04-11 22:48:07 -05:00
content-library.js Mobile: fix modal and form control overflow 2026-04-21 18:48:51 -05:00
dashboard.js Mobile: grid + layout reflow (Commit 2/4) 2026-04-21 15:50:56 -05:00
designer.js Fix widget assignments, designer scaling, and cache strategy 2026-04-08 16:25:05 -05:00
device-detail.js Mobile: fix modal and form control overflow 2026-04-21 18:48:51 -05:00
help.js Initial open source release 2026-04-08 12:14:53 -05:00
kiosk.js Initial open source release 2026-04-08 12:14:53 -05:00
layout-editor.js Initial open source release 2026-04-08 12:14:53 -05:00
login.js Initial open source release 2026-04-08 12:14:53 -05:00
onboarding.js Mobile: fix modal and form control overflow 2026-04-21 18:48:51 -05:00
playlists.js Mobile: fix modal and form control overflow 2026-04-21 18:48:51 -05:00
reports.js Mobile: horizontal-scroll tables + tab fade (Commit 4/4) 2026-04-21 15:56:01 -05:00
schedule.js Mobile: grid + layout reflow (Commit 2/4) 2026-04-21 15:50:56 -05:00
settings.js Mobile: horizontal-scroll tables + tab fade (Commit 4/4) 2026-04-21 15:56:01 -05:00
teams.js Mobile: fix modal and form control overflow 2026-04-21 18:48:51 -05:00
video-wall.js Initial open source release 2026-04-08 12:14:53 -05:00
widgets.js Initial open source release 2026-04-08 12:14:53 -05:00