Files
windmill/frontend
Guilhem LemouelandClaude Opus 4.7 b0e89472fe feat: tighten chat box (bg-surface-input, single-line input, padding)
- Switch the chat input card background to bg-surface-input so the input
  area visually separates from surrounding surfaces.
- Convert the @ context-picker trigger to <Button variant="subtle">
  with btnClasses="!px-1.5 !py-0.5 font-mono" so it matches the send
  button's design-system styling.
- Remove the textarea's border and focus outline (border / outline /
  box-shadow forced to none with !important across the regular and
  focus states) so the textarea sits flush within the card.
- Shrink the resting textarea height: rows={1} on all three textareas
  (ContextTextarea, APP-mode, default-mode); autosize still grows it as
  the user types.
- Bump chat box internal padding by one step for breathing room:
  px-1 pt-1 -> px-2 pt-2 above the textarea, and px-2 pb-1.5 pt-0.5 ->
  px-3 pb-2 pt-1 on the controls row.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 13:27:45 +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
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