microsoft-graph-explorer-v4 icon indicating copy to clipboard operation
microsoft-graph-explorer-v4 copied to clipboard

Guid interaction

Open jthake opened this issue 4 years ago • 2 comments

In an original Graph Explorer build, in the response that came back. It was super easy to click on the GUIDs and get some options:

Copy ID Being able to just copy the GUID. Many times in code I want to grab GUIDs quickly. Selecting them in the response is hard in Chrome/Edge. This would be much smoother an experience.

Run query Imagine the scenario where you run /me/events and then click on the event-id in the json response. This immediately changes the graph explorer address bar to /me/events/{event-id} and returns that response. It makes the graph more "graphy" navigating around.

We would want some obvious way that either on hover or clicking on GUID has an interaction. AB#7504

jthake avatar May 18 '20 23:05 jthake

@RabebOthmani looks like a feature parity issue compared to previous version of GE

adhiambovivian avatar Jun 08 '22 16:06 adhiambovivian

@adhiambovivian As a partial solution, could you ask one of the devs to look into the Monaco editor configuration options so that when we double click on a GUID it highlights the entire GUID and does not stop at the nearest hyphen? Thanks.

darrelmiller avatar Jun 17 '22 17:06 darrelmiller

Can I get some screenshots of what the experience is like now, and the expected outcome of the fix? Thank you :)

Onokaev avatar Sep 06 '22 07:09 Onokaev