There was an error fetching the commit references. Please try again later.
feat(proxy): finish proxy page ui and api support
Showing
- package.json 1 addition, 0 deletionspackage.json
- src/components/proxy-group.tsx 142 additions, 0 deletionssrc/components/proxy-group.tsx
- src/pages/proxy.tsx 29 additions, 1 deletionsrc/pages/proxy.tsx
- src/services/index.ts 2 additions, 0 deletionssrc/services/index.ts
- src/services/proxy.ts 47 additions, 0 deletionssrc/services/proxy.ts
... | ... | @@ -18,6 +18,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" | ||
}, | ||
"devDependencies": { | ||
... | ... |
src/components/proxy-group.tsx
0 → 100644
src/services/proxy.ts
0 → 100644
Please register or sign in to comment