-
Notifications
You must be signed in to change notification settings - Fork 47
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
collection-cards #2059
collection-cards #2059
Conversation
… show known collections
Marking this ready to review. Not sure if people doing the styling will want to get that in before or after this gets merged. |
Clarification as it confused me. To access the new page, open a new tab in the workspace and select the WIP page from there. It does not appear in the left menu. |
src/Abstractions/NexusMods.Abstractions.NexusModsLibrary/Models/Collection.cs
Outdated
Show resolved
Hide resolved
src/Abstractions/NexusMods.Abstractions.NexusModsLibrary/Models/Collection.cs
Outdated
Show resolved
Hide resolved
src/Abstractions/NexusMods.Abstractions.NexusModsLibrary/Models/Collection.cs
Outdated
Show resolved
Hide resolved
src/Abstractions/NexusMods.Abstractions.NexusModsLibrary/Models/CollectionRevision.cs
Outdated
Show resolved
Hide resolved
src/Abstractions/NexusMods.Abstractions.NexusModsLibrary/Models/CollectionRevision.cs
Outdated
Show resolved
Hide resolved
src/Abstractions/NexusMods.Abstractions.NexusModsLibrary/Models/CollectionRevision.cs
Outdated
Show resolved
Hide resolved
src/NexusMods.App.UI/Pages/LibraryPage/Collections/CollectionsViewModel.cs
Outdated
Show resolved
Hide resolved
We can do styling in a future PR |
Rough Draft of Collection Cards. The functionality is mostly here, but the styling needs some work. I'd done about all I can do as far as styling, and it's likely a waste of time to have me flounder on this much more.
Collections (WIP)
that will eventually be rolled into the Library. For now it's easy enough to display it as a separate page so we don't have to feature flag itGetOrAddCollectionMetadata
now makes a single GQL call and loads and saves off both the collection image and the Users' avatar image.GetOrAddCollectionMetadata
is idempotent on data that has not changed, so we can update that later to re-query the data as needed.0/12
mod counts are not yet implementedTo Test:
Collections (WIP)
pageYes it looks like trash...but the structure of the UI components should be correct, and we can change the styling.