Commit b4a9779
File tree
6 files changed
+7
-7
lines changed- src-tauri
6 files changed
+7
-7
lines changed- package-lock.json+9-2
- package.json+2-1
- src/app/components/page/Page.tsx+14
- src/app/components/page/style.css.ts+9
- src/app/features/message-search/MessageSearch.tsx+3-14
- src/app/features/settings/account/Account.tsx+7-392
- src/app/features/settings/account/ContactInfo.tsx+45
- src/app/features/settings/account/IgnoredUserList.tsx+11-6
- src/app/features/settings/account/MatrixId.tsx+33
- src/app/features/settings/account/Profile.tsx+325
- src/app/features/settings/notifications/Notifications.tsx+16-2
- src/app/hooks/useReportRoomSupported.ts+10
- src/app/pages/auth/AuthFooter.tsx+1-1
- src/app/pages/client/WelcomePage.tsx+1-1
- src/app/pages/client/inbox/Inbox.tsx+1-1
- src/app/pages/client/inbox/Invites.tsx+547-104
- src/app/plugins/bad-words.ts+15
- src/app/utils/matrix.ts+15-4
- src/app/utils/room.ts+31-1
- 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