mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
With draft_only stub rows gone, never-deployed items live only in the draft table. Make them reachable again: - Editor pages (scripts/flows/apps/raw-apps): when getXByPathWithDraft 404s, fall back to DraftService.getDraft and seed the editor from the draft value (no deployed version → savedX has no hash, so deploy creates). - Home ItemsList: fetch DraftService.listDrafts and surface drafts that have no deployed counterpart as draft-only rows linking to the editor. - Add a userDraft / UserDraftDbService unit test (in-memory store, debounced persistence, kind→typ mapping, delete-on-undefined, empty-path skip). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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