-
Notifications
You must be signed in to change notification settings - Fork 1
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
Preferences notifications #821
Conversation
Notifications are now in same order as old mpdx
This pull request is automatically being deployed by Amplify Hosting (learn more). |
This PR is dependant on this PR https://github.com/CruGlobal/mpdx_api/pull/2677 |
Added disabled flags to checkboxes if submitting.
GraphQL should begin with captial letter
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 was only able to look at the code so far. I'll try running it locally later today.
pages/accountLists/[accountListId]/settings/notifications.page.tsx
Outdated
Show resolved
Hide resolved
src/components/Settings/notifications/NotificationsTable.test.tsx
Outdated
Show resolved
Hide resolved
src/components/Settings/notifications/NotificationsTable.test.tsx
Outdated
Show resolved
Hide resolved
It works great when I run it locally! The skeleton table while loading is a nice touch. |
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.
A couple more tweaks and this should be good to go!
pages/accountLists/[accountListId]/settings/notifications.page.tsx
Outdated
Show resolved
Hide resolved
src/components/Settings/notifications/NotificationsTable.test.tsx
Outdated
Show resolved
Hide resolved
src/components/Settings/notifications/NotificationsTable.test.tsx
Outdated
Show resolved
Hide resolved
Caching notificationConstants after first load. Changing .reduce to .map
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.
Approving, pending two minor tweaks.
…ions and removed fetching constants and now fetching notification types
Description
Similar to #817, We've done a lot of work on Preferences. To prevent a 300-plus page PR I'm pushing certain changes into
main
which doesn't affect the user.This PR is the notifications page in Preferences.
Changes
Connect Services
PR.)Checklist: