As an editor I want to share my visual query via URL in order to make bug reporting easier and to share my query with other editors.
Problem:
T271820 implements URL sharing but doesn't yet expose it in the UI.
Screenshots/mockups:
Desktop (Layout 1-3)
Mobile (Layout 4)
Tooltip
BDD
GIVEN a visual query
AND
WHEN
AND
THEN
AND
Acceptance criteria:
- UI has functionality to generate and copy a link to the current visual query
- url is automatically copied to clipboard
Notes:
- needs button with icon only component
- use native element as a placeholder for now until the popover component is there: T273041
- responsive behavior is handled in a separate ticket
- for now we show the full URL - URL shortening will be handled in a separate ticket