mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
8fcb9c4292
* feat: add hover edit button for disabled resource pickers When a resource picker is disabled but has a value selected, show an edit button on hover that allows editing the selected resource. This provides a way to modify the resource even when the picker itself is disabled. Changes: - Added hover state tracking to ResourcePicker component - Edit button (Pen icon) appears on hover when picker is disabled and has a value - Button opens ResourceEditorDrawer for the selected resource - Added ARIA role="group" for accessibility compliance Fixes #7339 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com> * Update ResourcePicker.svelte --------- Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com> Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
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