-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat: add manage collectibles feature #25
Conversation
Signed-off-by: ryanml <[email protected]>
I thought about just using the |
@@ -114,6 +115,16 @@ const disabledFeatures: Record<string, BlacklistConfig> = { | |||
], | |||
complexChecks: [], | |||
}, | |||
ManageCollectibles: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I need to confirm what these should be
Description
Implements a feature to manage the display of a user's nft's per: https://ava-labs.atlassian.net/browse/CP-9039
Changes
Testing
Verify that the three AC's specified in the story work correctly
Screenshots:
Checklist for the author
Tick each of them when done or if not applicable.