n8n/packages/frontend/@n8n
Guillaume Jacquart 396fc5dfcf
feat(editor): Show sub-workflow progress on the node border
Replaces the in-body progress bar with a determinate arc on the node's own
border, plus a step count in the status-icon slot that gives way to the success
checkmark on finish. The running child node name reuses the subtitle line, so
nothing shifts as the child advances.

The arc is drawn on its own layer rather than sharing the running halo's ring:
compositing the two there made the shimmer's bright head vanish behind the solid
arc and read as a flicker. It trickles between steps, bounded to half a step, so
a slow child node doesn't read as a stalled bar, and stops short of a full turn
so only completion closes the loop.

The step count carries no denominator. Nodes reached is knowable, the total is
only estimated, so the count is reported unclamped and the estimate is used just
to scale the arc. That total now counts only nodes reachable from the
sub-workflow's entry point (plus their AI/tool sub-nodes), which stops leftover
trigger branches and disconnected islands from scaling the arc down.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-27 22:07:12 +02:00
..
chat fix(editor): Keep chat typing indicator visible until response arrives (#34768) 2026-07-23 11:26:55 +00:00
composables refactor(editor): Move useToast into @n8n/composables behind a shim (no-changelog) (#34861) 2026-07-24 12:38:44 +00:00
design-system feat(editor): Show sub-workflow progress on the node border 2026-07-27 22:07:12 +02:00
frontend-constants fix(core): Publish workspace packages required by n8n at runtime (#34886) 2026-07-24 11:55:52 +00:00
frontend-module-sdk 🚀 Release 2.32.0 (#34600) 2026-07-21 07:14:52 +00:00
frontend-utils fix(core): Publish workspace packages required by n8n at runtime (#34886) 2026-07-24 11:55:52 +00:00
i18n feat(editor): Show sub-workflow progress on the node border 2026-07-27 22:07:12 +02:00
rest-api-client fix(editor): Reassign users when deleting a custom instance role (#34642) 2026-07-21 14:02:57 +00:00
stores Merge branch 'master' into subworkflow-progress 2026-07-27 10:52:05 +02:00
storybook feat(editor): Add instance settings components and Storybook examples (#32821) 2026-07-09 20:59:48 +00:00