-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
When adding many parts I don't want to sign many transactions for each part.
Describe the solution you'd like
We can utilise addPartList method. We should let user set parts and store them in localStorage (using zustand persist middleware) or index db (using idb-keys). And when user is ready to set them on-chain, we can split them in batches by ~15 and use addPartList
method instead
Describe alternatives you've considered
Alternatively we can let user choose which option to use. Either save onchain immediatly, or risk losing progress and keep adding parts and save them later
Additional context
Add any other context or screenshots about the feature request here.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request