Add option to change room notification settings (#2281)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Thu, 20 Mar 2025 09:27:00 +0000 (20:27 +1100)
committerGitHub <noreply@github.com>
Thu, 20 Mar 2025 09:27:00 +0000 (20:27 +1100)
commit71bfc96b5cad931a9bf9f0e7a806787ab93eec54
tree5c130a6628358fd5df64113ddc2c346c2bca2e76
parent074a5e855d2c112615f0b5a095f6cafbdf1dce41
Add option to change room notification settings (#2281)
12 files changed:
src/app/components/RoomNotificationSwitcher.tsx [new file with mode: 0644]
src/app/features/room-nav/RoomNavItem.tsx
src/app/hooks/useNotificationMode.ts
src/app/hooks/useRoomsNotificationPreferences.ts [new file with mode: 0644]
src/app/pages/Router.tsx
src/app/pages/client/ClientRoomsNotificationPreferences.tsx [new file with mode: 0644]
src/app/pages/client/direct/Direct.tsx
src/app/pages/client/home/Home.tsx
src/app/pages/client/space/Space.tsx
src/app/state/hooks/useBindAtoms.ts
src/app/state/room-list/mutedRoomList.ts [deleted file]
src/app/state/room/roomToUnread.ts