GUI for WinDurango, which is planned to allow for easy installing/patching among other random stuff I decide lmfao
Note
This does nothing more than provide a GUI for easily registering and patching packages with WinDurango.
Additionally, I don't know much about C#... so the code is probably very messy.
- Compiling the DLLs and patching automatically
- 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.