-
Notifications
You must be signed in to change notification settings - Fork 4
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: add collection vote table #525
feat: add collection vote table #525
Conversation
…able # Conflicts: # resources/js/Pages/Collections/Components/CollectionOfTheMonth/CollectionOfTheMonth.tsx # resources/js/Pages/Collections/Index.tsx
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.
Renamed parent dir to CollectionVoting
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.
Moved this to the index
file, it is good to have this in the index file because of the layout.
volumeDecimals?: number; | ||
votes?: number; | ||
index: number; | ||
} |
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.
Dummy interface, should be linked with backend data
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.
there is an issue with the spacing below the table, but that comes from the original branch (caused by the chart), will add a comment on the ticket for the responsive version of the chart so can be handled there
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.
@alfonsobries I fixed the |
…o feat/collections-vote-table # Conflicts: # resources/js/Pages/Collections/Components/CollectionVoting/VoteCollections.tsx
…o feat/collections-vote-table
some conflicts in the meantime @shahin-hq |
…able # Conflicts: # resources/js/I18n/Locales/en.json # resources/js/Pages/Collections/Components/CollectionOfTheMonth/CollectionOfTheMonth.tsx # resources/js/Pages/Collections/Components/CollectionOfTheMonth/VoteCollection.tsx # resources/js/Pages/Collections/Index.tsx
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.
@crnkovic There is no focus styling in the design spec, that is why I used hover color for it, please check. I also fixed border color issue. |
small follow up in https://app.clickup.com/t/86dqqdr5p |
Summary
Closes: https://app.clickup.com/t/86dqnpf51
Design spec: https://www.figma.com/file/2Rr7zzoeGGiHYsROvfHaGe/Dashboard?node-id=23916%3A85080&mode=dev
Checklist