BlueOS
BlueOS copied to clipboard
core: frontend: Add generic popup library
Add a generic popup component to be used when user confirmation or interaction is needed
Linked to the solution used for #2406
I'll keep this as a draft for now because currently the popup modal is not consuming the click and keys events, so its leaking for underlying v-dialogs and mistakenly closing them
Added an issue in vue-final-modal maybe we can get some answers from there related to the events propagation problem
https://github.com/vue-final/vue-final-modal/issues/435