vibetunnel/web/src/client
Peter Steinberger 10598a1305 Fix race condition in session creation
The server now waits for tty-fwd to fully register the session before
returning the response. This prevents the frontend from querying for a
session that doesn't exist yet in the session list.

Also removed the problematic frontend fallback that would select the
"most recent" session when the exact ID wasn't found, which was causing
it to open the previous session.
2025-06-19 02:47:50 +02:00
..
assets add font (#20) 2025-06-19 00:28:08 +02:00
components fix: apply formatters to pass CI checks (#19) 2025-06-19 01:39:27 +02:00
utils Remove lint_output.txt and add to gitignore 2025-06-19 00:57:31 +02:00
app-entry.ts lint web 2025-06-17 01:03:37 +02:00
app.ts Fix race condition in session creation 2025-06-19 02:47:50 +02:00
test-terminals-entry.ts Replace XTerm.js with headless terminal implementation 2025-06-18 12:48:24 +02:00