Files
windmill/frontend
Diego ImbertandClaude Opus 4.8 548f504edc fix(frontend): make UserDraft entries the in-memory store independent of handles
`save`/`get`/`remove`/`list` must work without a mounted `use*` handle (e.g. the
AI copilot writes a draft with no editor open). Create detached (refcount 0)
entries on write and keep entries that still hold a draft across handle release;
only sweep empty ones. Update copilot tests that asserted the removed
staleness-meta tracking.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-03 16:49:12 +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
2025-08-14 11:30:10 +00: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