Files
windmill/frontend
Guilhem Lemouel 0da682bd7c feat: redesign AI chat input as rounded card with send button
- Reshape the input region in AIChatDisplay into a single rounded-2xl card
  with a subtle border and focus shadow, hosting the textarea, mode/model
  selectors, and a circular send/stop button (Codex/Claude-Desktop style).
- Constrain the input card to max-w-xl centered so it stays readable on
  wide panes.
- Expose triggerSend() and hasContent() from AIChatInput so the parent can
  drive the send button and reflect empty-input state.
- Add a /design-sandbox route under (logged) to prototype layout tweaks
  (sidebar + AI chat + flow editor side-by-side with a fake flow and a
  mocked conversation), plus a .claude/launch.json describing the local
  dev servers.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 10:53:00 +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
2025-08-14 11:30:10 +00:00
2026-01-22 16:20:01 +00:00
2026-03-18 11:38:22 +00:00
2025-12-17 08:40:36 +00:00
2026-02-19 09:33:33 +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