File tree
6 files changed
+7
-7
lines changed- src-tauri
6 files changed
+7
-7
lines changed- package-lock.json+13-12
- package.json+2-2
- src/app/features/common-settings/general/RoomJoinRules.tsx+28-4
- src/app/features/lobby/Lobby.tsx+243-164
- src/app/features/lobby/SpaceHierarchy.tsx+6-2
- src/app/features/settings/Settings.tsx+1-1
- src/app/hooks/useRoomNavigate.ts+13-3
- src/app/molecules/space-add-existing/SpaceAddExisting.jsx+6-6
- src/app/pages/auth/AuthFooter.tsx+1-1
- src/app/pages/client/WelcomePage.tsx+1-1
- src/app/pages/client/explore/Explore.tsx+2-6
- src/app/pages/client/explore/Server.tsx+1-1
- src/app/pages/client/sidebar/SpaceTabs.tsx+3-2
- src/app/pages/client/space/RoomProvider.tsx+36-9
- src/app/pages/client/space/Space.tsx+20
- src/app/plugins/bad-words.ts+1-1
- src/app/state/navToActivePath.ts+7-1
- src/app/utils/matrix.ts+6-6
- src/client/initMatrix.ts+2
- src/client/state/cons.js+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments