]> git.proxmox.com Git - ui/proxmox-yew-widget-toolkit.git/commit
dialog: make it possible to open non-modal
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 12 Jul 2024 08:01:00 +0000 (10:01 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 13 Jul 2024 08:09:54 +0000 (10:09 +0200)
commitd5ca20556e60d517080b8d6e140a8491b59fedf5
treee1074715484285d7a5b372600f9c30972fdf713b
parentf4a1b2df012597673272d1ae8553cdae4b3e0e53
dialog: make it possible to open non-modal

by adding a 'show_dialog' binding. For this to work correctly in all
situations, we have to adapt the align code to distinguish between modal
and non-modal dialogs, so we set a custom attribute on the dom element
when opening.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js-helper-module.js
src/lib.rs
src/widget/align.rs