claude-agent-service/app/breakglass
Viktor Barzin aa054cac3f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
breakglass UI: mobile-first rework (chat input was hidden on phones)
Mobile is the primary client for fixing the devvm, but the first cut was
desktop-first and the chat input was unreachable on a phone:
- Root cause: the shell used height:100%/100vh, so on mobile browsers the
  composer at the bottom sat behind the address/tool bar — you saw the VM
  buttons but no place to type. Switched #app to 100dvh (dynamic viewport
  height) with a 100vh fallback; body no longer scrolls (chat scrolls
  internally), killing iOS rubber-banding.
- Layout is now mobile-first single-column: the chat fills the screen with
  the composer pinned at the bottom and always visible. The VM power controls
  moved into a slide-up bottom sheet behind a compact " VM" header button
  (backdrop + close + grab handle). At ≥900px the sheet becomes a static side
  column again and the toggle is hidden — desktop unchanged.
- Touch targets ≥40px; composer textarea bumped to 16px so iOS Safari doesn't
  auto-zoom on focus (which itself shoved the composer out of view).

Verified at 390×844 (iPhone) and 1280×800 via Playwright: input box renders at
y=723–821 (inside the 844 viewport), sheet slides in on tap, desktop keeps the
2-column side panel.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-12 23:11:46 +00:00
..
static breakglass UI: mobile-first rework (chat input was hidden on phones) 2026-06-12 23:11:46 +00:00
__init__.py breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00
agent_session.py breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00
auth.py breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00
config.py breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00
pve.py breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00
server.py breakglass: in-cluster emergency-recovery UI for the devvm 2026-06-12 21:36:05 +00:00