-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added: Requested Mod Library Refinements #1543
Conversation
Involved wrangling with Avalonia styling as usual, and then noticing I was silly
Need to patch SuggestedName so it shows in the view
src/NexusMods.App.UI/Pages/ModLibrary/FileOrigins/FileOriginEntry/FileOriginEntryViewModel.cs
Outdated
Show resolved
Hide resolved
src/NexusMods.App.UI/Pages/ModLibrary/FileOrigins/FileOriginEntry/FileOriginEntryViewModel.cs
Outdated
Show resolved
Hide resolved
src/NexusMods.App.UI/Pages/ModLibrary/FileOrigins/FileOriginsPageViewModel.cs
Outdated
Show resolved
Hide resolved
This PR conflicts with |
4bbcc43
to
11f2159
Compare
This PR doesn't conflict with |
This PR conflicts with |
This PR doesn't conflict with |
src/NexusMods.App.UI/Pages/ModLibrary/FileOrigins/FileOriginsPageViewModel.cs
Outdated
Show resolved
Hide resolved
Plz wait to merge, I want to run the code locally to check a couple of things |
All good |
Moves registering and adding a mod to the
Mod Library
view.This also accounts for edge cases, such as
Mod Library
updating when you perform actions on another panel.For now installing follows the behaviour that a mod can be ran via Advanced Installer at any time. However, a regular installer may not install a mod twice (the button will be disabled). The design for that is not set in stone (currently undefined). We may change it depending on feedback. For now, I double checked and confirmed with @captainsandypants who said that the current behaviour in the PR is ok.
Misc Note:
I need to figure out if I can get Rider to output src/NexusMods.App.UI/Resources/Language.Designer.cs in the same format as VS. Because that huge diff is unnecessary. I have to reboot to Windows every time I add some strings.