reporting issues / successes to users #7
alan-stokes
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Mantine does have its own notification system , as well as other feedback mechanisms. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I notice there's a lot of .catch("console.error") and .then(()=>queryClient.invalidateQueries()) in the handling of data manipulation (remove, clone , add of technical goals for example).
could we also add a toaster popup to keep the end user in the loop when something fails?
utilising something like: https://react-hot-toast.com/
Beta Was this translation helpful? Give feedback.
All reactions