-
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
💄 #73 - style: use @maykin-ui/admin-ui for list view styling #76
Conversation
a84f805
to
2b86977
Compare
@@ -37,7 +43,7 @@ const DashboardView = () => { | |||
const { loading: loadingZaaktypen, error: errorZaaktypen } = useAsync(async () => { | |||
if (!selectedCatalogus) return; | |||
|
|||
const zaaktypenEndpoint = `catalogi/zaaktypen/?status=alles${ | |||
const zaaktypenEndpoint = `catalogi/zaaktypen/?status=alles&page=1${ |
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.
Is this in preparation for this endpoint to support pagination? Should it maybe be added later?
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.
I think this is a mistake, thanks for noticing!
backgroundColor: 'white', | ||
borderBottom: '1px solid', | ||
borderColor: 'divider', | ||
<> |
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.
Is the <>...</>
needed? I think everything is inside the List
tag?
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.
I think you're right
2b86977
to
2cfba11
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #76 +/- ##
=======================================
Coverage 94.12% 94.12%
=======================================
Files 68 68
Lines 1446 1446
=======================================
Hits 1361 1361
Misses 85 85 ☔ View full report in Codecov by Sentry. |
Ready for merge