]> git.proxmox.com Git - ui/proxmox-yew-widget-toolkit.git/commit
align: move code to dom module
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 17 Dec 2024 11:05:57 +0000 (12:05 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 17 Dec 2024 11:05:57 +0000 (12:05 +0100)
commit6551e026f2c1f887c83b102131c20a6bd7059d85
tree678a601e919d2c0bf53a2be4985d65c52d091ff1
parente55656e6d7b2e88cc9d6b7f186b2998e7fb48b77
align: move code to dom module

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
src/dom/align.rs [new file with mode: 0644]
src/dom/mod.rs
src/widget/align.rs [deleted file]
src/widget/dialog.rs
src/widget/dropdown.rs
src/widget/menu/menu_popper.rs
src/widget/mod.rs
src/widget/tooltip.rs