Files
windmill/frontend
Diego Imbert 971cf78e17 feat(frontend): open foreign-workspace runs links in a new tab
When a runs-page link targets a workspace other than the active one,
navigating in the same tab would switch the current tab's workspace. Open
those links in a new tab instead so the current workspace is preserved.

- RunsTable dropdown ("Show run details", "Go to script/flow page"):
  window.open when the job's workspace differs from the active one.
- RunRow parent-job links and RunBadges script link: target=_blank +
  rel=noopener when foreign (the main run link in RunRow was already _blank).

JobDetailHeader already opens its links in new tabs; FlowMetadata is only
used on public /approve pages (not the runs page) so it is left unchanged.

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