vibetunnel/web/src/client
Peter Steinberger c05d91e1b2 Fix mobile header truncation and dynamic home directory display
- Replace hardcoded home directory with dynamic detection using os.homedir()
- Add server-side path formatting using existing abbreviatePath utility
- Add displayWorkingDir field to Session interface
- Fix mobile header overflow with proper width constraints
- Update clickable-path component to accept pre-formatted display paths

This fixes both the regression where ~ substitution was broken and the
mobile header pushing content off-screen when session paths are long.

Fixes #96
2025-06-28 15:22:05 +02:00
..
assets new linter 2025-06-25 12:22:13 +02:00
components Fix mobile header truncation and dynamic home directory display 2025-06-28 15:22:05 +02:00
services Split session view file (#89) 2025-06-26 21:15:07 +02:00
test Add comprehensive server tests and switch to Biome linter (#73) 2025-06-24 18:51:38 +02:00
types Implement comprehensive user authentication with SSH key management (#43) 2025-06-24 00:31:13 +02:00
utils Add keyboard shortcut highlighter to terminal (#114) 2025-06-28 02:15:50 +02:00
app-entry.ts Add Slack notifications for CI results 2025-06-23 15:19:14 +02:00
app.ts Fixed session status detection 2025-06-27 11:50:38 +02:00
styles.css use tailwind for blur 2025-06-27 01:38:13 +02:00
sw.ts Add comprehensive server tests and switch to Biome linter (#73) 2025-06-24 18:51:38 +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