-
Notifications
You must be signed in to change notification settings - Fork 16
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
Allow funder to login from funding flow #859
Allow funder to login from funding flow #859
Conversation
src/pages/projectView/projectMainBody/components/ProjectFundingFormCommentField.tsx
Show resolved
Hide resolved
If you are wondering why so many changes it's because the comment textarea has some performance issues, it's not as smooth as it should be when typing fast. It still needs to improve, my opinion is that we are passing the entire form state too deep through components and everything gets re-rendered from top to bottom each keystroke. I have another task created for hiding the user's identity while funding and will use that to make this better. |
90d38db
to
682646a
Compare
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.
Looks good to be fran. Good job. 💪
* refactor: make ProjectProvider avoid multiple network-only requests not needed * feat: add project navigation in left panel * chore: remove unused hook
* staging: feat: Allow funder to login from funding flow (#859)
* feat: add profile to comment box * fix: missing deps * chore: improve setTarget tn * feat: Implement the left sidebar (#864) * refactor: make ProjectProvider avoid multiple network-only requests not needed * feat: add project navigation in left panel * chore: remove unused hook
* feat: add profile to comment box * fix: missing deps * chore: improve setTarget tn * feat: Implement the left sidebar (#864) * refactor: make ProjectProvider avoid multiple network-only requests not needed * feat: add project navigation in left panel * chore: remove unused hook
Resolves GEY-1721