Files
windmill/frontend
Diego ImbertandClaude Opus 4.8 3e1250cbe3 feat(frontend): load and list never-deployed drafts from the draft table
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>
2026-06-03 17:09:23 +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
2026-02-19 09:33:33 +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