Skip to content
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

Merged
merged 18 commits into from
Aug 31, 2023
Merged

#125 - alert confirm delete #131

merged 18 commits into from
Aug 31, 2023

Conversation

BarTracz
Copy link
Collaborator

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

@BarTracz BarTracz requested a review from a team as a code owner August 25, 2023 11:01
@BarTracz BarTracz changed the title #125 alert confirm delete #125 - alert confirm delete Aug 25, 2023
Copy link
Collaborator

@AleksandraKozubal AleksandraKozubal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

text-center makes it more nice looking
image

Copy link
Contributor

@EwelinaSkrzypacz EwelinaSkrzypacz left a 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.

  1. UX said, that we should avoid using useless words like "are you sure...". We can make something like for example:

image

When the user deletes the country, we can provide information, that the operation also removes cities.

  1. 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

lang/pl.json Outdated Show resolved Hide resolved
Copy link
Contributor

@EwelinaSkrzypacz EwelinaSkrzypacz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. I think I will add information in the modal what is deleted - for me actual text is too general.

image

  1. After successful login , the app freezers for a while :( - I upload a video about that in last comment.

  2. The closing icon in right upper corner is missing.

  3. Watch this video - modal doesn't want to show.

simplescreenrecorder-2023-08-25_15.10.09.mp4

lang/pl.json Outdated Show resolved Hide resolved
lang/pl.json Outdated Show resolved Hide resolved
resources/js/Shared/Components/DeleteModal.vue Outdated Show resolved Hide resolved
resources/js/Shared/Layout/Nav.vue Outdated Show resolved Hide resolved
resources/js/Shared/Layout/Nav.vue Show resolved Hide resolved
resources/js/Shared/Components/Country.vue Outdated Show resolved Hide resolved
resources/js/Shared/Components/City.vue Outdated Show resolved Hide resolved
@BarTracz BarTracz merged commit 71241e7 into main Aug 31, 2023
@BarTracz BarTracz deleted the #125-Alert-Confirm-Delete branch August 31, 2023 23:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alert Confirm Delete
5 participants