n8n/packages/frontend/editor-ui
Guillaume Jacquart 1388954a26 fix(editor): Grow the sub-workflow progress arc clockwise from the top
A conic gradient's 0deg already sits at 12 o'clock and advances clockwise, so the
`from -90deg` offset — an SVG/canvas convention, where 0deg is 3 o'clock — started
the arc at 9 o'clock and swept it the wrong way. At 25% it filled the upper-left
quadrant instead of the upper-right, and at 90% the remaining gap sat at the
bottom-left rather than just short of the top, losing the "almost closed" read.

Found by pinning --node--progress--fraction to fixed values against a running
instance with the transition disabled. The unit tests assert the fraction value,
which was right all along — only where the ink landed was wrong.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-07-28 11:18:23 +02:00
..
data chore: Update node popularity data (#34981) 2026-07-27 00:52:53 +00:00
public fix(editor): Attribute experiment telemetry in PostHog (#31137) 2026-06-05 09:09:59 +00:00
scripts ci: Commit node popularity data (#21992) 2025-11-19 10:12:20 +00:00
src fix(editor): Grow the sub-workflow progress arc clockwise from the top 2026-07-28 11:18:23 +02:00
vite fix(core): Avoid permanent deactivation on transient isolate errors (#28117) 2026-04-08 12:00:02 +00:00
.browserslistrc refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
.gitignore feat(editor): Add node popularity scores to improve search ranking (#19561) 2025-09-17 09:25:55 +02:00
.npmignore chore: Remove references to Jest (#33282) 2026-07-01 09:03:25 +00:00
.oxlintrc.json chore: Remove references to Jest (#33282) 2026-07-01 09:03:25 +00:00
biome.jsonc refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
eslint.config.mjs refactor(editor): Scope execution-state reads by the injected workflow document (no-changelog) (#32219) 2026-06-15 07:30:53 +00:00
index.html fix(core): Inline config.js to index.html to prevent CF from caching it (#18945) 2025-09-02 09:58:12 +03:00
index.js refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
MIGRATION_RECIPE.md refactor(editor): Resolve workflow push handlers by id and remove workflow state store and composable (no-changelog) (#31514) 2026-06-04 12:06:06 +00:00
package.json refactor(editor): Extract the notification slice out of ui.store into @n8n/stores (no-changelog) (#34638) 2026-07-24 06:22:04 +00:00
postcss.config.cjs build: Update ESLint to v9 (#16639) 2025-06-27 10:42:47 +02:00
README.md test: Remove cypress infrastracture (#21173) 2025-10-28 11:00:04 +01:00
stylelint.config.mjs chore: Fix rest of css token errors (#21339) 2025-10-30 09:29:58 +01:00
tailwind.config.js refactor(editor): Move editor-ui and design-system to frontend dir (no-changelog) (#13564) 2025-02-28 14:28:30 +02:00
tsconfig.json refactor(editor): Extract the notification slice out of ui.store into @n8n/stores (no-changelog) (#34638) 2026-07-24 06:22:04 +00:00
vite.config.mts feat: Add @n8n/telemetry event registry with typed track() support (no-changelog) (#34662) 2026-07-23 16:09:54 +00:00

n8n.io - Workflow Automation

n8n-editor-ui

The UI to create and update n8n workflows

npm install n8n -g

Project setup

pnpm install

Compiles and hot-reloads for development

pnpm serve

Compiles and minifies for production

pnpm build

Run your tests

pnpm test

Lints and fixes files

pnpm lint

Run your end-to-end tests

pnpm --filter=n8n-playwright test:local

Run your unit tests

pnpm test:unit

Customize configuration

See Configuration Reference.

License

You can find the license information here