-
Notifications
You must be signed in to change notification settings - Fork 1
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
Minor UI tweaks and feedback modals after user grant applications #12
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Gj Pablo!
Sorry for waiting, I missed this PR for some reason. Added some comments
packages/nextjs/app/grants/[grantId]/_components/CurrentStage/NewStageModal/index.tsx
Show resolved
Hide resolved
packages/nextjs/app/grants/[grantId]/_components/CurrentStage/NewStageModal/index.tsx
Outdated
Show resolved
Hide resolved
Thanks! I Didn't notice the notifications were in the background, added the toasts and removed the |
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.
Lgtm!
Changes implemented:
Clarified project scope in grant application page to emphasize that projects don't need to be ENS-related
Screenshot
Added feedback modals after successful submissions:
Shows confirmation after grant application submission
Screenshot
Shows confirmation after new stage application submission
Screenshot
Removed "the ENS" from page description
Minor text color adjustment for better contrast in page description (I've tried modifying grant descriptions too, but reverted the change, I think it's readable there. Let me know if you think it's better to change to black)
To test:
In this repo:
Switch to this branch.
Add the following variables in
.env.local
:Setup the dev environment:
Update `Stream.sol` to lower frequency
export const MINIMAL_VOTES_FOR_FINAL_APPROVAL = 1;
chains.hardhat
Issues to close:
Closes #6
Closes #8
Closes #9
Closes #10