GUI for WinDurango, which is planned to allow for easy installing/patching among other random stuff I decide lmfao
NOTICE: A large amount of the codebase has to be rewritten as I was not a good C# dev when this was originally made (statics everywhere, messy fields, etc)
Note
This does nothing more than provide a GUI for easily registering and patching packages with WinDurango.
- Patching
- Allow for package removal from UI instead of just completely uninstalling.
- Installation options
- Scan for already installed EraOS/XUWP stuff
- Allow for any existing installed package to be added to the applist
- Resize content to fit to screen
- Allow for search
- Make the applist not go offscreen (lol)
- Once we have enough settings in place, make it have pages using a horizontal NavigationView (probably)
- Fix UI load speed when loading a lot of packages on startup
- Applist scrolling
- Fix icon in the titlebar
- Repo contributors on the about screen
- Get Fluent Thin working
- Add versioning to the InstalledPackages json (as in versioning the JSON file itself)
- Make the Package stuff not rely on UI so much, handle that somewhere else.
- Fix crash when installation errors
- Cleanup, lots and lots of it.