mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-27 12:04:49 +02:00
Puts Share beside the existing trash icon on each rail row, so a workflow can be shared without opening it first. Trash keeps its current always-visible styling. The button is faded out rather than unmounted when the row loses hover: ShareButton owns the modal's open state, so unmounting on hover-out would slam the dialog shut the instant the pointer left the row to reach it. Keeping it mounted also stops the row reflowing as the icon appears.