feat(FN-4618): add inline in-review move control with meta row

Adds an inline move-control button to the TaskCard meta row for in-review tasks, letting users move tasks directly from the board without opening the detail panel. Tests and a workflow-step allowlist entry were added alongside the CSS and component changes.

Fusion-Task-Id: FN-4618
This commit is contained in:
Fusion
2026-05-15 09:25:41 -07:00
committed by gsxdsm
parent a8bde08d26
commit 0c139a455f
5 changed files with 106 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Inline the in-review TaskCard Move dropdown into the meta row when badges are present, while preserving the existing bottom-row fallback when no meta row is rendered.