vibetunnel/web/public
Mario Zechner 2650058bb9 Rename dom-terminal to terminal component
Renamed the DOM terminal component for cleaner naming:
- Renamed dom-terminal.ts to terminal.ts
- Renamed DomTerminal class to Terminal
- Renamed XTerm Terminal import to XtermTerminal to avoid conflicts
- Updated custom element from 'dom-terminal' to 'terminal'
- Updated CSS classes from dom-terminal-container to terminal-container
- Updated HTML test file to use new element name and CSS classes
- Updated import in test-terminals-entry.ts
- Fixed linting issues (removed unused variables)

The terminal component now has cleaner, more intuitive naming while
maintaining all existing functionality.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-17 23:32:55 +02:00
..
fonts Fira font, various mobile UI fixes. 2025-06-17 01:38:58 +02:00
tests Rename dom-terminal to terminal component 2025-06-17 23:32:55 +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