-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pagination, Search, CSS for Business Donation History Table Resolved #48
Pagination, Search, CSS for Business Donation History Table Resolved #48
Conversation
…xing a typo in Sidebar.jsx
src/components/BusinessDonationHistory/BusinessDonationHistory.jsx
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.
Everything looks good, but code can be more concise. Nice job!
src/components/BusinessDonationHistory/BusinessDonationHistory.jsx
Outdated
Show resolved
Hide resolved
src/components/BusinessDonationHistory/BusinessDonationHistory.jsx
Outdated
Show resolved
Hide resolved
src/components/BusinessDonationHistory/BusinessDonationHistory.jsx
Outdated
Show resolved
Hide resolved
src/components/BusinessDonationHistory/BusinessDonationHistory.jsx
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.
Functionality is working which is great to see, however, we need the frontend to look identical to the figma. Please add CSS (as much through Chakra as possible), and then using the BusinessDonationHistory.module.css to finish it up.
For CSS, reference this PR: #49 and just look at src/components/DonationTrackingTable/DonationTrackingTable.module.css and src/components/DonationTrackingTable/DonationTrackingTable.jsx to see how the CSS was created and imported. As for the fonts you dont have to worry about it, it will all get merged in at the end as well as the scroll bar. |
Resolves #41