feat(#1007): select-as-action — picking a parent directly triggers M0V3

Selecting any option in the M0V3 dropdown now fires confirm+POST
immediately; no separate button needed. On cancel or after the
request completes, the select resets to the placeholder. Removes
the now-redundant btn-move button and its CSS rule.
This commit is contained in:
iris 2026-06-01 20:29:43 +02:00 committed by mara
commit 912f9c5ed2
2 changed files with 24 additions and 39 deletions

View file

@ -2520,6 +2520,4 @@ body.dashboard-shell.has-selection { padding-bottom: 4.5em; }
opacity: 0.5;
cursor: default;
}
.move-picker .btn-move {
margin-left: 0;
}