We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In this PR (nft launchpad) #1477 There is this MultipleSelectInput: https://github.com/TERITORI/teritori-dapp/blob/feat-launchpad-submit-collection-front/packages/screens/Launchpad/LaunchpadApply/components/inputs/selectInputs/MultipleSelectInput.tsx
MultipleSelectInput
This component is needed in this scope too (dao roles): #1471
==> We want to extract it from this branch and make it reusable
Maybe more than one component must be created to respect the atomic design. Here is an example of how to make it: https://gist.github.com/clegirar/df4d2d805683f24d979c62c82be53ba8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In this PR (nft launchpad) #1477
There is this
MultipleSelectInput
: https://github.com/TERITORI/teritori-dapp/blob/feat-launchpad-submit-collection-front/packages/screens/Launchpad/LaunchpadApply/components/inputs/selectInputs/MultipleSelectInput.tsxThis component is needed in this scope too (dao roles): #1471
==> We want to extract it from this branch and make it reusable
Maybe more than one component must be created to respect the atomic design.
Here is an example of how to make it: https://gist.github.com/clegirar/df4d2d805683f24d979c62c82be53ba8
The text was updated successfully, but these errors were encountered: