diff --git a/README.md b/README.md index 57b49f6..01060b1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ --- -![Screenshots](./screenshots.jpg) +![Login form](./screenshots/auth.webp) +![Screenshots](./screenshots/screenshots.jpg) This project is built using [react-admin](https://marmelab.com/react-admin/). @@ -94,6 +95,7 @@ with a proper manifest.json generation on build) * [Support configuration via /.well-known/matrix/client](https://github.com/etkecc/synapse-admin/pull/126) * [Prevent accidental user overwrites](https://github.com/etkecc/synapse-admin/pull/139) * [Allow providing login form details via GET params](https://github.com/etkecc/synapse-admin/pull/140) +* [Add preferred theme colors to login page and footer](https://github.com/etkecc/synapse-admin/pull/155) _the list will be updated as new changes are added_ diff --git a/screenshots/auth.webp b/screenshots/auth.webp new file mode 100644 index 0000000..ba0a3c1 Binary files /dev/null and b/screenshots/auth.webp differ diff --git a/screenshots.jpg b/screenshots/screenshots.jpg similarity index 100% rename from screenshots.jpg rename to screenshots/screenshots.jpg diff --git a/src/App.tsx b/src/App.tsx index 1b47be3..3c4162c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -23,7 +23,6 @@ import users from "./resources/users"; import authProvider from "./synapse/authProvider"; import dataProvider from "./synapse/dataProvider"; import { QueryClient, QueryClientProvider } from "@tanstack/react-query"; -import Footer from "./components/Footer"; // TODO: Can we use lazy loading together with browser locale? const messages = { @@ -82,7 +81,6 @@ const App = () => ( -