Move the mobile task-detail workflow badge next to the updated timestamp while preserving desktop placement.
- Add separate desktop and mobile workflow badge render targets in the task detail modal.
- Hide the header badge on mobile and reveal the timestamp-row badge with scoped responsive styles.
- Cover the mobile badge placement and CSS guardrails in task detail tests.
- Add a patch changeset for the published Fusion package.
Files changed:
.changeset/fn-7271-mobile-workflow-badge.md | 7 +++++++
.../dashboard/app/components/TaskDetailModal.css | 18 ++++++++++++++++++
.../dashboard/app/components/TaskDetailModal.tsx | 7 ++++++-
.../__tests__/TaskDetailModal.rendering.test.tsx | 10 ++++++++--
...DetailModal.responsive-and-dependencies.test.tsx | 21 +++++++++++++++++----
5 files changed, 56 insertions(+), 7 deletions(-)
Fusion-Task-Id: FN-7271
Fusion-Task-Lineage: def0b5c5-b881-45f8-aa7c-80243d8de8ec
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>