Files
windmill/frontend
Guilhem LemouelandClaude Opus 5 ad847bfa78 fix(chat): make the page cap a state the transcript can survive
Stopping at the cap left the conversation looking fully read, and the sweep then
dropped the temp rows standing in for everything beyond it — the same vanished
answer the paging was added to prevent, one order of magnitude up. The cap is a
guard against a cursor that stops advancing, not evidence the conversation ends
there, so a poll that hit it keeps its temp rows and says so.

The paging test now pins the cursor as well as the rows: a second read that asked
for the same page again would have looked right from the rows alone.

Moves the attachment test out of the middle of another test's comment, which it
had split across two unrelated cases.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-15 17:49:18 +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