diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c4faff13bca..c9de04e4de2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,6 +35,7 @@ repos: rev: v3.2.0 hooks: - id: check-docstring-first + - id: check-added-large-files - id: check-yaml exclude: ^helm/superset/templates/ - id: debug-statements diff --git a/README.md b/README.md index b0ebf49cf94..990d1511844 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,10 @@ A modern, enterprise-ready business intelligence web application. ## Screenshots & Gifs +**Gallery** + +
+ **View Dashboards**
diff --git a/docs/src/pages/404.jsx b/docs/src/pages/404.jsx index 12b044ad47c..afbf936b3f7 100644 --- a/docs/src/pages/404.jsx +++ b/docs/src/pages/404.jsx @@ -25,7 +25,7 @@ const NotFoundPage = () => (

NOT FOUND

-

Sorry, you've requested a page that does not exist.

+

Sorry, you've requested a page that does not exist.

); diff --git a/superset-frontend/images/screenshots/gallery.png b/superset-frontend/images/screenshots/gallery.png new file mode 100644 index 00000000000..99ef8149c41 Binary files /dev/null and b/superset-frontend/images/screenshots/gallery.png differ