Altinn / altinn-studio

Next generation open source Altinn platform and applications.
https://docs.altinn.studio
BSD 3-Clause "New" or "Revised" License
109 stars 73 forks source link

Implement StudioTable in Dashboard #12915

Closed ErlingHauan closed 1 week ago

ErlingHauan commented 1 month ago

Description

This PR implements the StudioTableRemotePagination and StudioTableLocalPagination components into the dashboard, replacing the MUI datagrid component.

In addition, it also fixes the following:

Verification

Documentation

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 95.34884% with 8 lines in your changes missing coverage. Please review.

Project coverage is 91.62%. Comparing base (030107f) to head (a1a7922). Report is 5 commits behind head on main.

Files Patch % Lines
...ts/SearchResultReposList/SearchResultReposList.tsx 0.00% 3 Missing :warning:
...tend/dashboard/components/RepoList/ActionLinks.tsx 92.85% 2 Missing :warning:
frontend/dashboard/testing/mocks.tsx 85.71% 1 Missing and 1 partial :warning:
.../dashboard/components/OrgRepoList/OrgReposList.tsx 88.88% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #12915 +/- ## ========================================== + Coverage 91.47% 91.62% +0.14% ========================================== Files 1401 1405 +4 Lines 19839 19885 +46 Branches 2397 2398 +1 ========================================== + Hits 18148 18219 +71 + Misses 1427 1402 -25 Partials 264 264 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.