Files
windmill/frontend
Diego ImbertandClaude Opus 4.8 8ea764728d fix(editors): use savedPath (deployed) as the pen-popover rename baseline
The topbar pen-popover path editor (EditorHeader, shared by flow/script/app/
raw-app) used `snapshotPath ?? path` as the Path widget's `initialPath`.
`snapshotPath` is the path captured when the popover opens (the *renamed* value
for a reopened rename draft) and exists only to freeze the breadcrumb while the
popover is open — it's the wrong rename baseline. Reverting a renamed draft to
its original path in the popover then tripped "path already used" (typed !=
stale baseline → existence check on the deployed path → match).

Use `savedPath` (the deployed/original path every caller already passes) as the
baseline instead; `snapshotPath` still drives the breadcrumb display only. New
items keep their reset-seeding behavior (savedPath is '' for them).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 10:34:35 +02:00
..
2026-01-22 16:20:01 +00:00
2025-12-23 18:19:30 +00:00
2026-02-19 09:33:33 +00:00
2026-03-05 18:11:40 +01:00
2026-01-22 16:20:01 +00:00
2026-03-18 11:38:22 +00:00

Windmill frontend

The Windmill frontend written in Svelte 5 + Tailwind CSS

The frontend is under AGPL, see the LICENSE file at the root of this repo