david-risney / WebView2Utilities

WebView2Utilities helps you develop and debug Microsoft Edge WebView2 apps.
https://david-risney.github.io/WebView2Utilities/
MIT License
25 stars 7 forks source link

Break out Host Apps tab list view into simpler list on left with details view on right #40

Closed david-risney closed 1 year ago

david-risney commented 1 year ago

Currently the list view in the Host Apps tab is hard to read. There's a bunch of columns that contain very long strings. Instead lets break the tab in half with a list of process name and PID on the left, and when something in that list is selected, a details list on the right gets populated with all the other columns there now as key/value entries in the list.

david-risney commented 1 year ago

Eventually something like the following. For now just the list on the left and right image