maykinmedia / open-archiefbeheer

0 stars 0 forks source link

:sparkles: - feat: fixed form state being remembered #246

Closed Xaohs closed 1 month ago

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 76.93%. Comparing base (1002608) to head (417ebdc). Report is 6 commits behind head on main.

Files Patch % Lines
...ctionlist/review/DestructionListReview.stories.tsx 0.00% 8 Missing :warning:
...s/destructionlist/review/DestructionListReview.tsx 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #246 +/- ## ========================================== + Coverage 6.18% 76.93% +70.75% ========================================== Files 61 193 +132 Lines 954 5645 +4691 Branches 101 104 +3 ========================================== + Hits 59 4343 +4284 - Misses 796 1200 +404 - Partials 99 102 +3 ```

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

svenvandescheur commented 1 month ago

When I now use the action button (on the right) to open the modal, the form is empty as well, in this case it SHOULD show the provided reason (of the selected row). Maybe we could also add a (Storybook) test for this?