mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-21 00:02:30 +00:00
- 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>
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