-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(settings): user can enable/disable notifications by category #387
feat(settings): user can enable/disable notifications by category #387
Conversation
87f8095
to
b77ada1
Compare
I'm running a hot-reloading instance of this PR branch. When I try to create a recording in order to test the notifications, the view turns into a blank page: Switched to the main branch as a sanity check and the |
I don't think so, they shouldn't interact at all. What does your browser dev console say? Any errors? |
False alarm, it's because I forgot to pull in Janelle's metadata changes to my backend and frontend main branches, whereas this PR has been rebased already. |
86a338d
to
f5a484d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested out each category and it's working well.
A minor nitpick I had is that in the Settings there are two categories named "Recording Deleted", the first for active recordings and the second for archived recordings. Do you think it's worth updating these accordingly to avoid confusion? Although that does make the naming inconsistent comparing to the other recording-related categories.
Ha, nice catch. I hadn't even noticed. That would definitely be confusing for a user to try to figure out. I've updated the titles for the two notifications for archived recording actions, so it's clearer now what's happening when the notification appears and clearer when enabling/disabling those notifications. |
This reverts commit d59f516.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Fixes #343