When the same user has the same admin screen open in multiple tabs, each tab independently polls. Use BroadcastChannel to elect one tab as the poller and share results with the others client-side — no server changes, pure client-side request reduction.
Part of #267.
Use of AI Tools
AI assistance: Yes
Tool(s): Claude Code
Model(s): Claude Sonnet 5
Used for: Assisting with investigation and drafting
When the same user has the same admin screen open in multiple tabs, each tab independently polls. Use
BroadcastChannelto elect one tab as the poller and share results with the others client-side — no server changes, pure client-side request reduction.Part of #267.
Use of AI Tools
AI assistance: Yes
Tool(s): Claude Code
Model(s): Claude Sonnet 5
Used for: Assisting with investigation and drafting