vue-modal icon indicating copy to clipboard operation
vue-modal copied to clipboard

Show modals opened with Vue Router stacked - As if they where opened via pushModal()

Open robertbel opened this issue 1 year ago • 2 comments

Is your feature request related to a problem? Please describe. Currently when i open /user/2/edit where /user/2 also is a modal they both just show as single modals when you close/open them.

Describe the solution you'd like Would be nice if i would have the option to show these modals stacked as if they where opened with pushModal() instead of openModal()

Additional context See screenshot if description is not clear. Frame 279

robertbel avatar Aug 21 '24 18:08 robertbel

Hmm

Jenesius avatar Aug 22 '24 18:08 Jenesius

Hi, I'll think about how to implement this. I think you're absolutely right that in this case two modal windows should be shown on top of each other.

Also, thank you very much for the example provided. I will try to work on this task soon! Thank you for your time.

Jenesius avatar Aug 22 '24 18:08 Jenesius