Replace crypto.randomUUID() with generateRandomString() in triggers.svelte.ts to fix schedule trigger creation on HTTP connections. The crypto.randomUUID() API requires a secure context (HTTPS), which breaks functionality for users connecting to Windmill over HTTP in internal networks. Fixes #5847 Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com>
Windmill frontend
The Windmill frontend written in Svelte + Tailwind CSS
The frontend is under AGPL, see the LICENSE file at the root of this repo