feat: Add error pages (#13144)

* add custom error pages for 404 and 500 responses

* refactor error page styles into separate template

* move error pages to superset-frontend

* fix whitespace on error pages

* refactor error pages to be generated by jinja

* generate static error pages with webpack
This commit is contained in:
Sam Faber-Manning
2021-03-04 09:58:16 -08:00
committed by GitHub
parent 483405fff9
commit 0318b6d4ae
7 changed files with 352 additions and 185 deletions

View File

@@ -111,6 +111,7 @@
"fontsource-inter": "^3.0.5",
"geolib": "^2.0.24",
"global-box": "^1.2.0",
"html-webpack-plugin": "^4.5.1",
"immutable": "^4.0.0-rc.12",
"interweave": "^11.2.0",
"jquery": "^3.5.1",