-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Enhance/modal-v2 #514
Enhance/modal-v2 #514
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Donating from project card / outside of pot:
- Even if only one pot available, should still show up/down arrows on select input, with single option:
- Add option to remove chef fee for Quadratically Matched Donation:
-
When I select "Quadratically matched donation" and proceed to "Confirm donation", Contract ID is
donate.potlock.near
which means it is a direct donation -
When donating to a single project, should be some indication on the "Confirm donation" page of which project I'm donating to. (No designs for this yet, I have asked Emmanuel to provide)
-
When donating to multiple projects, carat on "Confirm donation" screen is back to front (should point to side when collapsed, and down when expanded). Also, should be expanded by default.
- USD amount should always have two decimal places:
-
When donate modal is displayed, background content (e.g. pot page) should not be scrollable
-
Since we can't rely on these token APIs right now, should only display available token balance IF the token balances (both NEAR & FT) were fetched successfully.
If they have not been fetched successfully:
- Available balance should not display
- Input amount should not be validated against available balance
- FT token selection should not be available (if FT balances have not been successfully fetched)
-
pass a
potId
URL param through to the project page if a project card is clicked within the pot, so that if a user navigates to a project from a pot and then clicks "Donate" it passes the potId through to the donate modal and defaults to quadratically matched donation -
Remove border radius for full screen modal on mobile:
- Scrollable area is really small on mobile and difficult to use. Not sure of the best solution to this. Perhaps make the entire section (under the header) scrollable, so more projects are viewable at once?
- "breakdown" should have uppercase "B"
- checkboxes too small on mobile:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent work, thank you!
No description provided.