mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-21 13:55:54 +00:00
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> |
||
|---|---|---|
| .. | ||
| fonts | ||
| tests | ||
| favicon.ico | ||
| index.html | ||
| stream-out | ||
| xterm.css | ||