rspace-online/shared/components
Jeff Emmett 3c26addeae fix: defer tab bar active state until switchTo() resolves
The tab bar was setting its `active` attribute synchronously on click,
before TabCache.switchTo() finished fetching and injecting the new pane.
This caused a visual desync where the tab highlighted immediately but
the content area showed a blank flash or stale content.

Now the tab bar dispatches the layer-switch event without changing its
own active state. The shell event handler sets active only after
switchTo() confirms the pane is ready, eliminating the race condition.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 19:32:38 -08:00
..
rstack-app-switcher.ts fix: responsive header dropdowns + space switcher on all pages 2026-03-04 16:46:40 -08:00
rstack-identity.ts fix: stop demo→personal space redirect and clean up space switcher 2026-03-04 18:02:00 -08:00
rstack-mi.ts feat: add voice dictation to MI bar, markdown, chat & prompt inputs 2026-03-03 17:10:52 -08:00
rstack-notification-bell.ts fix: layer flows drag-to-connect, notification 401 spam, /api/meta 404 2026-03-04 11:12:19 -08:00
rstack-offline-indicator.ts feat: wire offline-first Automerge sync to all 13 rSpace modules 2026-03-04 19:07:59 -08:00
rstack-space-settings.ts fix: layer flows drag-to-connect, notification 401 spam, /api/meta 404 2026-03-04 11:12:19 -08:00
rstack-space-switcher.ts fix: stop demo→personal space redirect and clean up space switcher 2026-03-04 18:02:00 -08:00
rstack-tab-bar.ts fix: defer tab bar active state until switchTo() resolves 2026-03-04 19:32:38 -08:00