Files
windmill/frontend
Diego ImbertandClaude Opus 4.8 3210bf37a4 fix(apps): strip draft-only path/summary from deployed app value
The visual app editor mirrors the typed `path` (on rename) and `summary` onto
the autosaved App value so the home list / Review & Deploy can read them. Those
are draft-only metadata with their own `app`-table columns — they shouldn't ride
along into the deployed `app_version.value`. The Review & Deploy path already
strips them (utils_draft_deploy); the direct editor deploy did not, leaving a
stray `path`/`summary` in the deployed JSON (the `path` key being the exact field
the draft/list queries read).

Add an `appValueForDeploy` helper and apply it everywhere `$app` is used as the
deploy/compare/diff value — the create/update sends, the saved baseline, the
no-op deploy check, the fetched deployed value, and both diff sides — so the
stored value stays clean and the no-op check stays symmetric (legacy values with
a baked-in summary are stripped on both sides too).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-22 09:16:31 +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