Problem Statement
When a user switches to dark mode, their preference resets on page reload.
Proposed Solution
Save the theme preference in localStorage so it persists across sessions.
Alternatives Considered
Using cookies or database storage (overkill for UI preferences).
Acceptance Criteria
Additional Context
I would be happy to work on this for GSSoC 2026.
Problem Statement
When a user switches to dark mode, their preference resets on page reload.
Proposed Solution
Save the theme preference in
localStorageso it persists across sessions.Alternatives Considered
Using cookies or database storage (overkill for UI preferences).
Acceptance Criteria
Additional Context
I would be happy to work on this for GSSoC 2026.