feat: sync api collection will refresh title;perf: invite link ux (#4237)
* update queue * feat: sync api collection will refresh title * sync collection * remove lock * perf: invite link ux
Showing
packages/web/common/zustand/index.ts
0 → 100644
| ... | ... | @@ -34,7 +34,8 @@ |
| "react-hook-form": "7.43.1", | ||
| "react-i18next": "14.1.2", | ||
| "react-photo-view": "^1.2.6", | ||
| "use-context-selector": "^1.4.4" | ||
| "use-context-selector": "^1.4.4", | ||
| "zustand": "^4.3.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@types/js-cookie": "^3.0.5", | ||
| ... | ... |
packages/web/store/useCommonStore.ts
0 → 100644
| ... | ... | @@ -64,8 +64,7 @@ |
| "request-ip": "^3.3.0", | ||
| "sass": "^1.58.3", | ||
| "use-context-selector": "^1.4.4", | ||
| "@node-rs/jieba": "2.0.1", | ||
| "zustand": "^4.3.5" | ||
| "@node-rs/jieba": "2.0.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@svgr/webpack": "^6.5.1", | ||
| ... | ... |
Please
register
or
sign in
to comment