Notification settings (#807)
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Sun, 4 Sep 2022 07:40:07 +0000 (13:10 +0530)
committerGitHub <noreply@github.com>
Sun, 4 Sep 2022 07:40:07 +0000 (13:10 +0530)
commit584fa87bbdd98e694498289bdd72de5fe5801f68
treea0e9103b7f5ab276ad5fde3d932f71ee30534470
parentac155bbf4cac3324b29d66311289bbb06c0a1534
Notification settings (#807)

* Add account data hook

* Add options to change global notification

* Add options to add keywords

* Fix wrong notification count

* Show unread badge in favicon (#251)

* Fix favicon badge

* Fix bug

* Fix favicon not updating

* Add favicon svg's

* remove dead code
15 files changed:
public/res/svg/cinny-highlight.svg [new file with mode: 0644]
public/res/svg/cinny-unread.svg [new file with mode: 0644]
src/app/atoms/avatar/render.js
src/app/hooks/useAccountData.js [new file with mode: 0644]
src/app/molecules/global-notification/GlobalNotification.jsx [new file with mode: 0644]
src/app/molecules/global-notification/KeywordNotification.jsx [new file with mode: 0644]
src/app/molecules/global-notification/KeywordNotification.scss [new file with mode: 0644]
src/app/molecules/global-notification/NotificationSelector.jsx [new file with mode: 0644]
src/app/organisms/navigation/Drawer.jsx
src/app/organisms/search/Search.jsx
src/app/organisms/settings/Settings.jsx
src/app/organisms/settings/Settings.scss
src/client/initMatrix.js
src/client/state/Notifications.js
src/util/common.js