david-risney / WebView2Utilities

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

Tree view for Host Apps, Overrides, and Runtimes tabs UI #68

Closed david-risney closed 6 months ago

david-risney commented 1 year ago

Merge Host Apps and Overrides tabs together. Host Apps is all 0+ running host app processes. Overrides is 0,1 host app override regardless of if its running or not. But we could still merge them like the taskbar which does the same sort of merging and has both icons for apps that aren't running, aps that are running but aren't pinned to the taskbar, and apps that are both.

This could also allow for pinning and starting apps (for test apps)

Perhaps tree view like:

david-risney commented 7 months ago

On second thought, its still useful to have different views to start with the host apps or start with the override list because it can vary for the different scenario.

Each kind of thing relates directly to another:

Override tab

Host apps tab

Runtime tab

david-risney commented 6 months ago

The host apps list is now a tree view. I don't think it makes sense to do the rest of the tree view things I was thinking of