Skip to content

Utilise addPartList instead of addPart #3

@Yuripetusko

Description

@Yuripetusko

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions