mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-10 08:07:03 +00:00
- 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>
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