There was an error fetching the commit references. Please try again later.
feat: support dark mode
Showing
- package.json 3 additions, 1 deletionpackage.json
- src/assets/styles/index.scss 0 additions, 4 deletionssrc/assets/styles/index.scss
- src/assets/styles/layout.scss 8 additions, 7 deletionssrc/assets/styles/layout.scss
- src/components/list-item-link.tsx 31 additions, 6 deletionssrc/components/list-item-link.tsx
- src/components/palette-switch.tsx 51 additions, 0 deletionssrc/components/palette-switch.tsx
- src/main.tsx 3 additions, 18 deletionssrc/main.tsx
- src/pages/_layout.tsx 62 additions, 31 deletionssrc/pages/_layout.tsx
- src/pages/setting.tsx 20 additions, 1 deletionsrc/pages/setting.tsx
- src/states/setting.ts 6 additions, 0 deletionssrc/states/setting.ts
... | ... | @@ -17,9 +17,11 @@ |
"axios": "^0.24.0", | ||
"react": "^17.0.0", | ||
"react-dom": "^17.0.0", | ||
"react-router-dom": "^6.0.2" | ||
"react-router-dom": "^6.0.2", | ||
"recoil": "^0.5.2" | ||
}, | ||
"devDependencies": { | ||
"@tauri-apps/cli": "^1.0.0-beta.10", | ||
"@types/react": "^17.0.0", | ||
"@types/react-dom": "^17.0.0", | ||
"@vitejs/plugin-react": "^1.1.1", | ||
... | ... |
src/components/palette-switch.tsx
0 → 100644
src/states/setting.ts
0 → 100644
Please register or sign in to comment