Sometimes I want to share a link to my current view without creating a quick view. This is especially useful if I don't have edit permissions for the topic.
Solution you'd like
Button (in topic toolbar? or maybe quick view toolbar in the views pane?) that generates a link and has a button to copy, like this one that Google Maps has:
Alternatives you've considered
No response
Additional context
No response
Technical ideas and questions
probably save the view when "share" is clicked so that we never display a link that won't work
link should just use the view's primary key id (which is actually a short version of a UUID)
probably try to use an existing view if it exists? or only if it's loaded in the quick view store?
Describe your issue
Sometimes I want to share a link to my current view without creating a quick view. This is especially useful if I don't have edit permissions for the topic.
Solution you'd like
Button (in topic toolbar? or maybe quick view toolbar in the views pane?) that generates a link and has a button to copy, like this one that Google Maps has:
Alternatives you've considered
No response
Additional context
No response
Technical ideas and questions