vibetunnel/web/src/client
Mario Zechner f71b6d4bd7 feat: Create test infrastructure for component testing
- Rename terminal test bundle to generic test bundle (test.js)
- Create organized test structure in src/client/test/
- Move test HTML files to src/client/assets/test/
- Fix terminal-test component API usage and styling
- Fix Monaco editor worker loading issues by disabling workers
- Use AMD loader approach for Monaco initialization
- Apply Tailwind classes instead of inline CSS

The test infrastructure now supports isolated component testing with
individual HTML pages for each component. Monaco editor works with
syntax highlighting using the default vs-dark theme.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-23 04:25:56 +02:00
..
assets feat: Create test infrastructure for component testing 2025-06-23 04:25:56 +02:00
components feat: Create test infrastructure for component testing 2025-06-23 04:25:56 +02:00
services Fix buffer aggregator mesage handling in client. 2025-06-23 00:48:46 +02:00
test feat: Create test infrastructure for component testing 2025-06-23 04:25:56 +02:00
utils feat: Create test infrastructure for component testing 2025-06-23 04:25:56 +02:00
app-entry.ts feat: Replace CodeMirror with Monaco Editor 2025-06-23 03:14:45 +02:00
app.ts feat: Replace CodeMirror with Monaco Editor 2025-06-23 03:14:45 +02:00
styles.css Improve zoom animation and add black hole for cleanup 2025-06-23 00:45:51 +02:00
test-entry.ts feat: Create test infrastructure for component testing 2025-06-23 04:25:56 +02:00
version.ts feat: Replace CodeMirror with Monaco Editor 2025-06-23 03:14:45 +02:00