Closed adityabhattad2021 closed 3 months ago
Addresses #36 To improve the UX for vault and proposal creators, modified the forms to create proposals and funding vault, to use stepper. Now both the vault and proposal creation form is broken down into small steps.
Now in the UI the steps for vault creation are:
https://github.com/user-attachments/assets/5b69a9c0-e3c5-4390-b99e-6192e5683691
Steps for proposal creation:
https://github.com/user-attachments/assets/bfe4e8b9-55da-4b3f-b2fc-3f3022525f9d
vault-form-wrapper.tsx
vault form.tsx
proposal-form-wrapper.tsx
proposal-from.tsx
vault/new
proposal/new
create/vault
create/proposal
navbar.tsx
mobile-navbar.tsx
Addresses #36 To improve the UX for vault and proposal creators, modified the forms to create proposals and funding vault, to use stepper. Now both the vault and proposal creation form is broken down into small steps.
Now in the UI the steps for vault creation are:
https://github.com/user-attachments/assets/5b69a9c0-e3c5-4390-b99e-6192e5683691
Steps for proposal creation:
https://github.com/user-attachments/assets/bfe4e8b9-55da-4b3f-b2fc-3f3022525f9d
Changes:
Frontend:
vault-form-wrapper.tsx
with logic for the stepper inside it and modify thevault form.tsx
to break the form into steps.proposal-form-wrapper.tsx
with logic for the stepper inside it and modify theproposal-from.tsx
to work with it.vault/new
andproposal/new
create/vault
andcreate/proposal
navbar.tsx
andmobile-navbar.tsx
to add this routes