Files
windmill/frontend
Guilhem LemouelandClaude Opus 5 6df056cb60 fix(chat): stop a send whose panel went away while it uploaded
A send waits on its attachments before it has a run to be stopped, and
the panel can be replaced while it waits — the chat is keyed on its flow
and workspace, and changing either builds a new one. The upload resolved
regardless and the send carried on, starting a run against a manager
nobody was reading, with the conversation and arguments of the chat that
had gone.

The panel tells the host it is gone, and a send that finds it gone stops
where Stop would have stopped it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-16 13:20:39 +02: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