-
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
Feat(107): Participants section #113
Conversation
Co-authored-by: Anna <anna.jezierska@neti-soft.com> Co-authored-by: denviljclarke <60730266+denviljclarke@users.noreply.github.com>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
...onents/create-proposal/create-proposal-wallet-step/create-proposal-wallet-step.component.tsx
Outdated
Show resolved
Hide resolved
src/components/proposal-current-votes/proposal-current-votes.component.tsx
Show resolved
Hide resolved
src/components/proposal-current-votes/proposal-current-votes.component.tsx
Outdated
Show resolved
Hide resolved
src/components/proposal-current-votes/proposal-current-votes.component.tsx
Outdated
Show resolved
Hide resolved
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.
Good work! Everything looks good, I left a few small style related comments
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 functionality wise, not a frontend expert so won't comment on the implementation details, although I noticed that there were some changes unrelated to the ticket which would be good to keep separate in in the future when possible.
Also curious if you tested it with a proposal with lots of votes in the different sections?
@nvtaveras So I tested with a 50/50 |
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
Overview
This PR implements a scroll area component from Shadcn and fixes some styling inconsistencies
Review guide
It's tricky to test this out however in implementing I loaded a bunch of dummy elements into the participants section element
Related PR