-
Notifications
You must be signed in to change notification settings - Fork 2
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
#125 - alert confirm delete #131
Conversation
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.
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.
1.For me this alert is too small. Something like https://tailwindui.com/components/application-ui/overlays/modals#component-47a5888a08838ad98779d50878d359b3 will be better.
- UX said, that we should avoid using useless words like "are you sure...". We can make something like for example:
When the user deletes the country, we can provide information, that the operation also removes cities.
- When I login into app, for a while I see login modal and after second or two it disappears. Can we make something with this?
simplescreenrecorder-2023-08-25_14.07.03.mp4
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 think I will add information in the modal what is deleted - for me actual text is too general.
-
After successful login , the app freezers for a while :( - I upload a video about that in last comment.
-
The closing icon in right upper corner is missing.
-
Watch this video - modal doesn't want to show.
Added popup when admin is trying to delete city/country, also added toast notification when user login, logout and register, additionaly i changed way that toast notifications work. This should close #125