Skip to content
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

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

svenvandescheur
Copy link
Collaborator

@svenvandescheur svenvandescheur commented Feb 27, 2024

Ready for merge

@svenvandescheur svenvandescheur force-pushed the feature/#73-list-view branch 2 times, most recently from a84f805 to 2b86977 Compare February 27, 2024 16:05
@svenvandescheur svenvandescheur marked this pull request as ready for review February 27, 2024 16:07
@@ -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${
Copy link
Contributor

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?

Copy link
Collaborator Author

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',
<>
Copy link
Contributor

@SilviaAmAm SilviaAmAm Feb 28, 2024

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?

Copy link
Collaborator Author

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

@svenvandescheur svenvandescheur force-pushed the feature/#73-list-view branch from 2b86977 to 2cfba11 Compare March 4, 2024 13:56
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.12%. Comparing base (274d89e) to head (2cfba11).
Report is 1 commits behind head on main.

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.
📢 Have feedback on the report? Share it here.

@svenvandescheur svenvandescheur merged commit 5af2673 into main Mar 4, 2024
11 checks passed
@svenvandescheur svenvandescheur deleted the feature/#73-list-view branch March 4, 2024 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants