rspace-online/website
Jeff Emmett 53c757e68e fix: comprehensive memory leak and performance fixes across 44 files
Browser-side:
- Fix switchSpace() to LRU-evict idle space WebSocket connections (cap: 3)
- Add runtime.unsubscribe() to disconnectedCallback in 24 components
- Fix DocSyncManager.unsubscribe() to clean up syncStates, timers, listeners
- Fix 14 components leaking RAF loops, ResizeObservers, MutationObservers,
  document/window listeners, setIntervals, MapLibre WebGL contexts, and
  AbortControllers on disconnect
- Deduplicate Automerge WASM: module builds now use global shim from
  shell-offline instead of bundling ~2.5MB each (8 modules affected)

Server-side:
- Add LRU eviction to SyncServer.#docs (cap: 500, evicts idle docs with
  no subscribers, persists to disk before eviction)
- registerWatcher() now returns unsubscribe function

Data:
- Cap unbounded CRDT arrays: rexchange chatMessages (200), rcart events (200)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-10 22:26:24 -04:00
..
public feat: cross-browser/cross-device compatibility sweep 2026-04-10 19:57:59 -04:00
admin.html fix(spaces): fix space creation routing and use /rspace URLs 2026-03-20 11:07:01 -07:00
canvas.html feat: add MakeReal canvas shape (sketch-to-HTML via Gemini vision) 2026-04-10 17:25:28 -04:00
create-space.html fix: cache-bust sw.js registration + no-cache header for SW/manifest 2026-03-25 18:02:14 -07:00
index.html fix: cache-bust sw.js registration + no-cache header for SW/manifest 2026-03-25 18:02:14 -07:00
shell-offline.ts fix: comprehensive memory leak and performance fixes across 44 files 2026-04-10 22:26:24 -04:00
shell.ts feat(comments): spatial comment pins on all rApp module pages 2026-04-10 11:15:05 -04:00
sw.ts fix(sw): bump cache version to v6 to flush stale cached 301 redirect 2026-04-06 12:39:36 -04:00
test-stack.html test: add stack view + wiring test page 2026-03-02 13:03:29 -08:00