mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-06-23 04:54:46 +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> |
||
|---|---|---|
| .. | ||
| components | ||
| app-entry.ts | ||
| app.ts | ||
| custom-weblinks-addon.ts | ||
| renderer-entry.ts | ||
| renderer.ts | ||
| scale-fit-addon.ts | ||
| test-terminals-entry.ts | ||