vibetunnel/web/public
Mario Zechner 113786a35b Add responsive mobile terminal component with viewport scaling
- Created ResponsiveTerminal Lit component with mobile touch scrolling
- Implements XTerm.js with custom scaling algorithm for different viewport sizes
- Added setViewportSize() method for testing content reflow without regeneration
- Fixed mobile viewport issues using 100dvh for proper height calculation
- Added debounced ResizeObserver to prevent resize loops
- Component uses Tailwind classes and aggressive XTerm CSS constraints
- Test page allows switching viewport dimensions to observe content reflow
- Touch handlers scoped only to terminal content, not affecting external UI

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-17 16:09:09 +02:00
..
fonts Fira font, various mobile UI fixes. 2025-06-17 01:38:58 +02:00
tests Add responsive mobile terminal component with viewport scaling 2025-06-17 16:09:09 +02:00
favicon.ico PWA, server needs to serve via HTTPS still 2025-06-16 07:57:48 +02:00
index.html Replace asciinema with XTerm renderer and add key combination support 2025-06-16 10:38:19 +02:00
stream-out Replace CDN imports with local bundle in all tests 2025-06-16 10:38:19 +02:00
xterm.css Fix session management and terminal scaling 2025-06-16 15:35:11 +02:00