ThomasLeconte / vuetify3-dialog

Vue 3 & Vuetify 3 plugin to create dialogs (confirm, warn, error), toasts or bottom-sheets with Promises anwsers.
https://www.npmjs.com/package/vuetify3-dialog
MIT License
26 stars 9 forks source link

Fix: Improved Snackbar stacking and placement when a dialog is shown #25

Closed Shaxine closed 1 month ago

Shaxine commented 2 months ago

This PR fixes the snackbar stacking logic when multiple snackbars from different locations (e.g. "top right", "bottom left") are shown. It also fixes the placement of the snackbars when a dialog is shown at the same time.

Shaxine commented 2 months ago

@ThomasLeconte to clarify, this PR fixes the following bugs:

  1. Snackbar stacking logic when multiple snackbars from different locations (e.g. top right, bottom left) are shown:

    • Before fix: Captura de ecrã de 2024-09-05 16-13-19

    • After fix: Captura de ecrã de 2024-09-05 16-16-42

  2. Placement of the snackbars when a dialog is shown at the same time:

    • Before fix: Captura de ecrã de 2024-09-05 16-14-01

    • After fix: Captura de ecrã de 2024-09-05 16-16-51

Let me know if you need anything else.

ThomasLeconte commented 1 month ago

Oh my bad ! I thought it was a lib component but it's a test component 😅 Ok, nice work ! I will tell you when next release is available 😉

ThomasLeconte commented 1 month ago

@Shaxine v1.5.2 is available !