vibetunnel/web/src/client
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
..
components Rename dom-terminal to terminal component 2025-06-17 23:32:55 +02:00
app-entry.ts lint web 2025-06-17 01:03:37 +02:00
app.ts lint web 2025-06-17 01:03:37 +02:00
custom-weblinks-addon.ts New terminal renderer WIP 2025-06-17 22:10:48 +02:00
renderer-entry.ts lint web 2025-06-17 01:03:37 +02:00
renderer.ts Fix linter formatting issues 2025-06-17 01:52:52 +02:00
scale-fit-addon.ts lint web 2025-06-17 01:03:37 +02:00
test-terminals-entry.ts Rename dom-terminal to terminal component 2025-06-17 23:32:55 +02:00