Overview
Implement a dark mode toggle that switches the UI between light and dark themes and persists the preference across sessions inside frontend/cmmty/.
Acceptance Criteria
Contribution Folder
All files must be placed inside frontend/cmmty/. Do not modify any file outside this folder.
How to Contribute
Comment on this issue to express interest, fork the repo, build inside frontend/cmmty/ only, and open a PR targeting main.
Overview
Implement a dark mode toggle that switches the UI between light and dark themes and persists the preference across sessions inside
frontend/cmmty/.Acceptance Criteria
frontend/cmmty/components/ThemeToggle/with toggle component and useTheme hookContribution Folder
All files must be placed inside
frontend/cmmty/. Do not modify any file outside this folder.How to Contribute
Comment on this issue to express interest, fork the repo, build inside
frontend/cmmty/only, and open a PR targetingmain.