perf(web): stream dashboard tile events #52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/dashboard-sse-events"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Add optional dashboard tile SSE transport.
Why
Multiple clients should be able to consume server-side tile refresh payloads through a shared live transport when available, while keeping the existing polling and batch hydration fallback.
Changes
Testing
Notes
SSE is optional; normal polling plus batch hydration remains the fallback. No packages/ui changes.