-
Notifications
You must be signed in to change notification settings - Fork 3
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: ✨adds pagination to Can Budget Lines #3078
Conversation
set pagination to 3 to be able to test. probably want to set to 25 in prod
…to OPS-2672/3053_pagination
))} | ||
</Table> | ||
{budgetLines.length > ITEMS_PER_PAGE && ( | ||
<PaginationNav |
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.
⭐ crux of the PR
* @param {CANFundingInfoCard} props | ||
* @returns {JSX.Element} - The component JSX. | ||
*/ | ||
const CANFundingInfoCard = ({ funding, fiscalYear }) => { |
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.
didn't mean to include this but here we are
@@ -66,16 +66,18 @@ export type FundingBudget = { | |||
}; | |||
|
|||
export type FundingDetails = { | |||
active_period?: 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.
@rajohnson90 you may want to check the schema since I don't see these additions in the OpenAPI spec
🎉 This PR is included in version 1.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
What changed
Issue
#2672 #3053
How to test
Screenshots
Definition of Done Checklist