feat: Channel notification preferences (#7160)

* feat: Channel notification preferences

* feedback review

* use button color for the icon
This commit is contained in:
Elias Nahum
2023-02-24 12:41:36 +02:00
committed by GitHub
parent c6dc00e4df
commit 2fc1386b78
46 changed files with 744 additions and 252 deletions

View File

@@ -16,6 +16,7 @@ type ChannelNotifyProps = {
mark_unread: 'all' | 'mention';
push: NotificationLevel;
ignore_channel_mentions: 'default' | 'off' | 'on';
push_threads: 'all' | 'mention';
};
type Channel = {
id: string;