Suggested by IK2XRW, Alex.
This is a real piece of work. Browser security stops a normal HTML element from being dragged outside the browser window — to detach a popout to a separate desktop window, YWC would need to use the window.open() API to spawn a second browser window that shares state with the first via SignalR. Possible but a big architectural change. If I can give the spectrum panels more room first (since they're the biggest screen-real-estate consumers) that may get you most of the way without the detach work. Lower priority but on the list.
Suggested by IK2XRW, Alex.
This is a real piece of work. Browser security stops a normal HTML element from being dragged outside the browser window — to detach a popout to a separate desktop window, YWC would need to use the window.open() API to spawn a second browser window that shares state with the first via SignalR. Possible but a big architectural change. If I can give the spectrum panels more room first (since they're the biggest screen-real-estate consumers) that may get you most of the way without the detach work. Lower priority but on the list.