Load member sidebar into MobX state.
Showing
- package.json 1 addition, 1 deletionpackage.json
- src/components/navigation/right/MemberSidebar.tsx 1 addition, 1 deletionsrc/components/navigation/right/MemberSidebar.tsx
- src/context/index.tsx 13 additions, 13 deletionssrc/context/index.tsx
- src/context/revoltjs/RevoltClient.tsx 3 additions, 4 deletionssrc/context/revoltjs/RevoltClient.tsx
- src/context/revoltjs/events.ts 2 additions, 4 deletionssrc/context/revoltjs/events.ts
- src/mobx/State.tsx 15 additions, 2 deletionssrc/mobx/State.tsx
- src/mobx/index.ts 18 additions, 2 deletionssrc/mobx/index.ts
- yarn.lock 4 additions, 4 deletionsyarn.lock
... | @@ -96,7 +96,7 @@ | ... | @@ -96,7 +96,7 @@ |
"react-router-dom": "^5.2.0", | "react-router-dom": "^5.2.0", | ||
"react-scroll": "^1.8.2", | "react-scroll": "^1.8.2", | ||
"redux": "^4.1.0", | "redux": "^4.1.0", | ||
"revolt.js": "^4.3.3-alpha.19", | "revolt.js": "4.4.0-alpha.0", | ||
"rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
"sass": "^1.35.1", | "sass": "^1.35.1", | ||
"shade-blend-color": "^1.0.0", | "shade-blend-color": "^1.0.0", | ||
... | ... |
Please register or sign in to comment