Files
windmill/frontend
Guilhem LemouelandClaude Opus 4.7 b28b814e95 feat: replace flow summary card with breadcrumb + frame the flow as a chat-owned card
- FlowBuilder: replace the SummaryPathDisplay box (path / summary stack)
  with an inline breadcrumb (Workflow icon + "Flows" / folder /
  summary-or-leaf, separated by ChevronRight). The breadcrumb derives
  $pathStore segments via $derived (breadcrumbParts/Folder/Leaf) so it
  can be referenced from the template without {@const}, which is not
  allowed as a direct child of <div>. Drops the now-unused
  SummaryPathDisplay import.
- design-sandbox: position the right pane as a contained "chat-owned"
  workspace — p-2 pl-0 padding plus an inner rounded-xl border / shadow-sm
  card wrapping FlowWrapper. Drop the left pane's right border so the
  chat reads as full-bleed primary content. Add a chat-side header
  (h-12 to match FlowBuilder's max-h-12 row) with a MessageSquare icon
  and a conversationTitle derived from the first user message in the
  current chat (truncated to 60 chars). Hide the splitpanes divider
  visually via a scoped :global(.design-sandbox-splitpanes ...) rule
  while keeping the hit area so the split is still resizable.

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