feat(ui): add multiple dashboard themes#1844
Conversation
|
@KrutagyaKaneria is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel. A member of the Team first needs to authorize it. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
|
Please rebase on main to resolve conflicts. Run: git fetch origin && git rebase origin/main Also note: this repo uses pnpm (not npm). Please remove |
|
This PR has merge conflicts in |
a02f9f7 to
9005fb6
Compare
|
CI is failing because Please revert the git checkout origin/main -- .github/workflows/ci.yml .github/workflows/e2e.yml
git rm --ignore-unmatch pnpm-lock.yaml
git add .
git commit -m "revert: restore CI workflow files"
git pushThe theme implementation itself (ThemeContext, ThemeToggle, globals.css, etc.) looks good — just the workflow files need to be reverted. |
5c7a581 to
da88174
Compare
24fdd89
into
Priyanshu-byte-coder:main
|
🎉 Merged! Thanks for contributing to DevTrack. If the project has been useful to you, a ⭐ star on the repo is the easiest way to support it — it helps DevTrack get discovered by more developers. Keep an eye on open issues for your next contribution! |
Summary
Implemented a complete multi-theme customization system for the DevTrack dashboard.
Added Themes
Features
Technical Improvements
close #1675