Files
windmill/frontend
Diego Imbert 5ba9b80d4d feat(frontend): keep ?workspace= off workspace-agnostic pages
Instance-level pages (/workers, /service_logs, /instance_groups,
/concurrency_groups) don't depend on the active workspace, so seeding
?workspace= there is noise. Add a workspaceAgnosticRoute predicate: on these
routes the layout strips the param for a clean URL, but first adopts any
explicit ?workspace= into the store so a shared deep link still propagates
the workspace to subsequent scoped pages. State is preserved by the store +
storage, not the URL, so navigation across these pages keeps the workspace.

Verified headless: agnostic pages carry no param, a deep-linked param is
adopted (storage updated) then stripped, and scoped pages still seed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-01 18:09:03 +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
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