rojects/source/components
Rokojori 4a72363aaf session 2026-07-18: Electron local dev fixes, nav z-index, board/outline/history update
Electron fixes:
- extractToken (auth-connector): Bearer header checked before cookie — prevents stale
  Electron session cookie from winning over injected token
- JWT_CLOCK_TOLERANCE env var: passed to jwt.verify as clockTolerance; set to 7200
  in .env to absorb ~65 min clock skew between Windows dev machine and prod auth server
- Startup token refresh: main.ts calls POST /api/auth/refresh before opening main window;
  shows login on failure instead of opening with expired tokens
- Quit-on-login fix: createMainWindow() is async; login-success now awaits it before
  closing the login window (zero windows → app.quit() race was killing the process)
- Credential persistence: email + password stored in userData; remember-me checkbox
  controls save behaviour; clear button removes saved files; fields pre-fill on load
- Electron session cookies cleared in createMainWindow() to avoid stale token reuse

CSS: z-index: 10 on .pld-nav (project-list-default) — fixed mobile nav buried under rows

Boards: cleared Done lane, added Electron fixes and nav z-index entries; backlog MVP
entry for local testing solution; bugs.html: 401-handling bug moved to Done.
Outline: auth card updated with extractToken order note and JWT_CLOCK_TOLERANCE docs.
History: Friday 18 July entry expanded with session 2 cards.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-18 08:37:47 +02:00
..
app-nav CI Follow Up Test 2026-07-13 21:46:48 +02:00
code-panel code-panel: self-contained BrowserLexer; revert library-ts to fix ts-node 2026-07-17 23:42:43 +02:00
confirm-dialog fix: move component CSS files to source/components so they are tracked and built 2026-07-12 15:29:15 +02:00
context-menu fix: move component CSS files to source/components so they are tracked and built 2026-07-12 15:29:15 +02:00
editor-shell Editor: auth redirect, targeted file open, Godot file types 2026-07-17 22:22:42 +02:00
file-tree-panel file-tree: focus existing panel if file already open; exclude pinned from available slots 2026-07-17 22:36:49 +02:00
group-editor fix: move component CSS files to source/components so they are tracked and built 2026-07-12 15:29:15 +02:00
html-editor-panel Editor: auth redirect, targeted file open, Godot file types 2026-07-17 22:22:42 +02:00
project-editor Projects Udpate 2026-07-14 15:05:04 +02:00
project-home redesign: project home, default theme, user settings, groups removed from UI 2026-07-14 22:27:03 +02:00
project-list-default session 2026-07-18: Electron local dev fixes, nav z-index, board/outline/history update 2026-07-18 08:37:47 +02:00
rojo-chat-panel CSS Update 2 2026-07-16 21:19:59 +02:00
rojo-settings-panel Editor: auth redirect, targeted file open, Godot file types 2026-07-17 22:22:42 +02:00
tab-container CSS Update 2026-07-16 20:58:11 +02:00