feat: live SSE-based activity feed for Database Activity panel #22
Reference in New Issue
Block a user
Delete Branch "feat/live-activity-panel"
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?
Replace the expensive full-refresh approach (list_items + get_revisions
per item on every SSE event) with an in-memory event feed that:
Replace the expensive full-refresh approach (list_items + get_revisions per item on every SSE event) with an in-memory event feed that: - Prepends SSE events instantly with zero API calls - Shows relative timestamps ('just now', '5m ago') refreshed every 60s - Seeds with 10 recent items on first SSE connect - Caps at 50 events - Reports server mode changes as activity events312a1cba48tod7c6066030