There was an error fetching the commit references. Please try again later.
feat: profiles ui and put profile support
Showing
- package.json 3 additions, 1 deletionpackage.json
- src/components/profile-item.tsx 131 additions, 0 deletionssrc/components/profile-item.tsx
- src/pages/_layout.tsx 40 additions, 28 deletionssrc/pages/_layout.tsx
- src/pages/rules.tsx 37 additions, 5 deletionssrc/pages/rules.tsx
- src/services/command.ts 5 additions, 1 deletionsrc/services/command.ts
... | ... | @@ -15,11 +15,13 @@ |
"@mui/material": "^5.2.3", | ||
"@tauri-apps/api": "^1.0.0-beta.8", | ||
"axios": "^0.24.0", | ||
"dayjs": "^1.10.7", | ||
"react": "^17.0.0", | ||
"react-dom": "^17.0.0", | ||
"react-router-dom": "^6.0.2", | ||
"react-virtuoso": "^2.3.1", | ||
"recoil": "^0.5.2" | ||
"recoil": "^0.5.2", | ||
"swr": "^1.1.2-beta.0" | ||
}, | ||
"devDependencies": { | ||
"@tauri-apps/cli": "^1.0.0-beta.10", | ||
... | ... |
src/components/profile-item.tsx
0 → 100644
Please register or sign in to comment