mortenn / BrowserPicker

Smart browser selector for Windows
MIT License
263 stars 17 forks source link

Redesign configuration UI with support for hostname/prefix/regex rule #32

Closed mortenn closed 6 months ago

mortenn commented 3 years ago

Rather than forcing the user to type in |prefix|... etc, it would be nice to have a dropdown bound to the new enum type and introduce a ViewModel rather than using a raw string

mortenn commented 3 years ago

Add a checkbox "advanced mode" to the UI, that toggles the dropdowns. If advanced mode is off, still use the MatchType enum behind the scenes, but just default rules to use hostname.

mortenn commented 7 months ago

An initial implementation has been done for this in this build. I did not add an "advanced" mode as it wasn't that rough of a UI, but I may still do that before I release 2.0

mortenn commented 6 months ago

This has been implemented