INSIGHT-MVP/packages/frontend/src/admin
Thomas Reitz c333cbfa4b feat: Login-Screen-Branding im Global Admin (Hintergrund + Logo)
Im Bereich Anpassungen (AdminCustomizePage) kann der Platform-Admin
nun den Login-Screen individuell gestalten:
- Hintergrundtyp: Farbverlauf, Einfarbig oder Hintergrundbild
- Farbverlauf: zwei Farbpicker (Von/Bis) mit Hex-Eingabe
- Hintergrundbild: Datei-Upload max. 2MB, Live-Vorschau
- Logo auf Login-Screen: wird automatisch aus dem Sidebar-Logo uebernommen

Backend: settings.controller.ts GET/POST /settings/branding um
loginBgType, loginBgColor1, loginBgColor2, loginBgImage erweitert.
LoginPage laedt Branding per oeffentlichem Endpoint (kein Auth), leitet
containerStyle per useMemo ab und zeigt Logo-Bild statt Hardcode-Text.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-13 21:09:32 +01:00
..
AdminCustomizePage.tsx feat: Login-Screen-Branding im Global Admin (Hintergrund + Logo) 2026-03-13 21:09:32 +01:00
AdminEventsPage.module.css feat: add trade event (Messe-Timer) feature with admin CRUD and dashboard tiles 2026-03-12 13:33:19 +01:00
AdminEventsPage.tsx feat: add trade event (Messe-Timer) feature with admin CRUD and dashboard tiles 2026-03-12 13:33:19 +01:00
AdminExternalLinksPage.tsx feat: dark mode, collapsible sidebar, branding customization 2026-03-10 11:47:51 +01:00
AdminLayout.module.css feat: restructure admin area with separate layout, external links management 2026-03-10 11:04:43 +01:00
AdminLayout.tsx feat: add SSL/Domain admin page for custom HTTPS configuration 2026-03-12 17:13:49 +01:00
AdminSslPage.tsx feat: add SSL/Domain admin page for custom HTTPS configuration 2026-03-12 17:13:49 +01:00
AdminSsoPage.tsx feat: dynamic SSO configuration via Admin UI 2026-03-09 22:51:01 +01:00
AdminTenantsPage.tsx feat: implement Sprint 1 Alpha - full stack with Docker, NestJS, React 2026-03-08 15:33:36 +01:00
AdminUsersPage.tsx feat: add user deletion (backend endpoint + frontend with confirmation) 2026-03-09 22:00:06 +01:00
UserFormModal.tsx feat: add user management UI (create, edit, activate/deactivate) 2026-03-09 21:32:11 +01:00