mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-26 00:01:37 +00:00
9ccf1e4977
Closing the wizard after a failed appended step asked "Leave without adding a data table?" and warned that what ran had left things behind. Every part of that is false when the setup itself succeeded: the data table exists and works, and only its migrations did not run. hasUnfinishedIntent() now asks only whether the setup succeeded. The import step is the only caller that passes onFinishAlso, and it shows that failure on its own row with a way to run it again, and will not let Finish through while it stands — so closing loses nothing. The in-dialog "Try again" is unchanged; it is still the direct retry. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Xg8vXUuHCH3aRkf91sfxjx
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