Fix(color-scheme): fix system color scheme initial loading #177

Merged
jakob.scheid merged 1 commits from fix/system-color-scheme-initial into main 2026-08-06 15:27:15 +02:00
Owner

This pull request sets the dummy value, which is the value of the colorScheme ref before loading color scheme, to null. Previously, it was 'auto' and, if the color scheme was auto, the watcher would not be triggered and the color scheme would not be visible for the user.

Related issues

Closes #161

This pull request sets the dummy value, which is the value of the `colorScheme` `ref` before loading color scheme, to `null`. Previously, it was `'auto'` and, if the color scheme was *auto*, the watcher would not be triggered and the color scheme would not be visible for the user. # Related issues Closes #161
jakob.scheid added this to the 0.1.0 milestone 2026-08-06 15:09:47 +02:00
jakob.scheid added the Kind/Bug
Priority
High
2
Area/Global
labels 2026-08-06 15:09:47 +02:00
jakob.scheid added this to the Project Board project 2026-08-06 15:09:47 +02:00
jakob.scheid added 1 commit 2026-08-06 15:09:47 +02:00
Set the initial value of the color scheme ref to null to make setting it
to the actual value trigger a change if the color scheme is auto.
jakob.scheid moved this to Review in Project Board on 2026-08-06 15:09:54 +02:00
jakob.gregory approved these changes 2026-08-06 15:12:57 +02:00
jakob.scheid merged commit 396c025ec4 into main 2026-08-06 15:27:15 +02:00
jakob.scheid deleted branch fix/system-color-scheme-initial 2026-08-06 15:27:15 +02:00
jakob.scheid moved this to Done in Project Board on 2026-08-06 15:27:45 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Seekra/frontend#177