[Feat]: Add persistent dark theme toggle with localStorage state caching#441
[Feat]: Add persistent dark theme toggle with localStorage state caching#441Siddh2024 wants to merge 3 commits into
Conversation
|
@Siddh2024 is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@komalharshita , please approve this pr ma'am. |
|
@komalharshita , I have resolved the conflicts. |
|
Thank you for the contribution. After reviewing this PR, I am unable to proceed with approval. The repository already has multiple active and overlapping dark mode implementations, and this PR introduces another large-scale dark theme system affecting several templates, JavaScript, and styling files. Additionally, the PR currently contains merge conflicts and unresolved conflict markers, which prevent it from being reviewed or merged safely. Given the overlap with existing dark mode work and the significant scope of the changes (+800 lines across multiple files), we are not moving forward with this implementation. I encourage you to pick another open issue that is not currently being addressed by multiple active submissions. Closing this PR. |
Description
This Pull Request introduces a native, state-persistent Dark Theme option to the Devpath platform. This enhancement improves visual accessibility and comfort during low-light operation while strictly preserving the repository's original global typography and structural core components.
Proposed Changes
--bg-primary,--text-main,--card-bg) supporting smooth runtime transitions.localStoragehook mechanisms to ensure the user's theme selection remains intact across page refreshes and subsequent sessions.Related Issue
Closes #318
Verification Checklist