Board theme change does not propagate to other open viewers of the same board until they reload #90
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_whiteboard#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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
When the same board is open in two windows, changing the board theme in one window does not propagate to the other in real time. The other window continues rendering the previous theme until it is manually reloaded — even though other realtime activity is clearly working between the two clients.
Steps to reproduce
cursor moving on the canvas and new text added reflects in real time.
(e.g. Dark → Light).
Expected
Tab A flips to the new theme immediately (this already works), and tab B
also receives the theme change in real time and updates to match —
consistent with how other live updates (cursors, edits) propagate.
Actual
new theme after a manual page reload, despite the realtime channel
clearly being active (cursor presence from tab A is visible in tab B).