Skip to content

Commit

Permalink
feat(error): Server error handler (DSP-710) (#355)
Browse files Browse the repository at this point in the history
* chore: Update package-lock.json

* chore(error): Add fake error page (easteregg)

* feat(error): Clean up error component

* style(error): New (and renamed) error status images

* feat(error): Error handler to switch between error notifications

* chore(error): Use new error handler

* refactor(error): Add new errorhandler everywhere

* test(error): Fix tests to use new error handler

* test(error): Fix tests to use new error handler

* fix: Increase maximum budget for initial-es5

* chore: fix pr template

* refactor(style): delete commented line

* chore(error): Update error messages

* test(error): Add missing modules

Co-authored-by: Marcin Procyk <marcin.procyk@dasch.swiss>
  • Loading branch information
André Kilchenmann and mpro7 committed Jan 12, 2021
1 parent 9a19c32 commit d5b77bf
Show file tree
Hide file tree
Showing 63 changed files with 812 additions and 18,113 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
@@ -1,4 +1,4 @@
===REMOVE===
Important! Please follow the new guideline for setting the Pull Request title: https://docs.dasch.swiss/developers/dsp/contribution/#pull-request-guidelines
Important! Please follow the new guidelines for naming Pull Requests: https://docs.dasch.swiss/developers/dsp/contribution/#pull-request-guidelines
===REMOVE===
resolves DSP-
4 changes: 2 additions & 2 deletions angular.json
Expand Up @@ -58,8 +58,8 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "7mb",
"maximumError": "7mb"
"maximumWarning": "8mb",
"maximumError": "8mb"
},
{
"type": "anyComponentStyle",
Expand Down

0 comments on commit d5b77bf

Please sign in to comment.