2 Commits

Author SHA1 Message Date
izackp 1696391441 fix: restore mobile virtual keyboard flow 2026-05-12 12:00:44 -04:00
izackp 3e0c9f87c8 feat: dock mobile keybar to bottom of screen with larger touch targets
The mobile keybar was a small floating overlay that obscured terminal
content. Now it's a full-width bar docked to the bottom using flexbox
layout, so the terminal shrinks to accommodate it. Buttons use 44px
height (Apple HIG recommended touch target) and evenly fill the width.
Also uses 100dvh for correct mobile viewport sizing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-08 04:06:45 -04:00