zadjii-msft / PowerToys

Windows system utilities to maximize productivity
MIT License
2 stars 2 forks source link

Migrate UI to Proper MVVM Framework #73

Open joadoumie opened 1 week ago

joadoumie commented 1 week ago

Description of the new feature / enhancement

Currently the UI/UX lives in a prototype project (Microsoft.CmdPal.UI.POC) and when the project is built, this UI is what is being leveraged.

We need to finalize the migration to a proper MVVM model -- the Microsoft.CmdPal.UI & Microsoft.CmdPal.UI.ViewModels

Scenario when this would be used?

This will become the underlying infrastructure of the project.

Supporting information

No response