Files
windmill/frontend
Diego ImbertandClaude Opus 5 520bfb7abb fix(db-manager): address review findings on the schema diagram
- The auto-select effect read the state it wrote, so unchecking the last
  table refilled the schema and an empty schema looped it until the pane
  died. It now runs once per entry into the mode.
- Returning to the diagram re-queued the foreign-key query every time; it
  is now re-read only when the schema itself was reloaded.
- A switch to a non-PostgreSQL database left the diagram on screen with no
  toggle to leave it by.
- A checkbox click in diagram mode also queued the per-table foreign-key
  job of the data view, whose result the diagram never reads.
- Update the registered-counter tally in docs/feature-telemetry.md.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MXECAKye6KgN13wznsuRzP
2026-09-08 18:37:50 +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