vibetunnel/web/src/server
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
..
middleware Fix auth check 2025-06-25 11:49:15 +02:00
pty Fix race conditions in PTY output handling with WriteQueue 2025-06-27 22:21:05 +02:00
routes Fix mobile header truncation and dynamic home directory display 2025-06-28 15:22:05 +02:00
services Add comprehensive server tests and switch to Biome linter (#73) 2025-06-24 18:51:38 +02:00
utils Fix race conditions in PTY output handling with WriteQueue 2025-06-27 22:21:05 +02:00
claude-patch.ts Add Claude debugger patch and disable bell character handling 2025-06-25 20:05:41 +02:00
fwd.ts Add comprehensive server tests and switch to Biome linter (#73) 2025-06-24 18:51:38 +02:00
server.ts fix: update tests to work with --no-auth flag and fix buffer size expectations 2025-06-25 02:11:18 +02:00
version.test.ts Fix URL link detection for wrapped URLs on mobile terminals (#85) 2025-06-26 22:37:49 +02:00
version.ts Add comprehensive server tests and switch to Biome linter (#73) 2025-06-24 18:51:38 +02:00