gitcoinco / allo-starter-kit

https://allo-starter-kit-demo.vercel.app
5 stars 4 forks source link

Round managers in Create Round form #24

Closed carlbarrdahl closed 2 months ago

carlbarrdahl commented 2 months ago

Provide a better way to add round managers.

Current looks like this: image

Replace with a Textarea and validate the addresses to remove non-valid addresses and duplicates. Make sure it's forgiving in how the addresses are pasted (allow for either comma, space, or newline, trim multiple spaces etc). (see EzRF implementation: https://github.com/gitcoinco/easy-retro-pgf/blob/main/src/pages/%5Bdomain%5D/admin/accounts/index.tsx) image https://www.figma.com/design/o3IXTUQDkkNyyjbAG5GBq5/Allo-UI-Kit?node-id=2441-9801&t=F8kkyQ3ZgzYIlFR4-0

linear[bot] commented 2 months ago

RED-47 Round managers in Create Round form