rspace-online/backlog/tasks/task-89 - Persist-light-dar...

708 B

id title status assignee created_date labels dependencies priority
TASK-89 Persist light/dark theme preference across sessions Done
2026-03-03 21:59
UI
fix
medium

Description

Store user's theme preference so it persists across page reloads and sessions. Uses html[data-theme] attribute with theme.css custom properties for consistent theming.

Final Summary

Fixed theme persistence in 2 commits: initial localStorage-based preference persistence (b77fb30) and html[data-theme] + theme.css custom properties approach (8bd899d).