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

✨ [open-formulieren/open-forms#5033] User friendly error in case of 503 #783

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

stevenbal
Copy link
Contributor

Copy link

codecov bot commented Jan 24, 2025

Bundle Report

Changes will increase total bundle size by 604 bytes (0.01%) ⬆️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
@open-formulieren/sdk-OpenForms-umd 4.75MB 302 bytes (0.01%) ⬆️
@open-formulieren/sdk-esm 4.75MB 302 bytes (0.01%) ⬆️

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.66%. Comparing base (49bd7cb) to head (c0ca478).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #783      +/-   ##
==========================================
+ Coverage   83.32%   83.66%   +0.34%     
==========================================
  Files         239      240       +1     
  Lines        4750     4751       +1     
  Branches     1268     1273       +5     
==========================================
+ Hits         3958     3975      +17     
+ Misses        757      741      -16     
  Partials       35       35              
Flag Coverage Δ
storybook 76.32% <100.00%> (+0.54%) ⬆️
vitest 62.65% <14.28%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@stevenbal stevenbal force-pushed the feature/5033-service-unavailable-error-message branch from bd62356 to c0ca478 Compare January 24, 2025 11:04
},
};

// FIXME cant get this to work with routerprovider
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This requires a Router because <Link> is used in the PermissionDeniedError component, but whenever I tried using the RouterProvider in Storybook it kept crashing the page...

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.

Referentielijsten integration: display a user friendly error message in case of errors
1 participant