MBO-Tech-IT-Webseite/components
MBO-Tech-IT 9e56f1b5a3 feat: integrate modules 01–03, 06–07 — email, admin auth, analytics, kunden-portal, statistik
- Modul 01 (Email): mailer.ts mit Nodemailer + Supabase-Queue, SMTP-Test-Route
- Modul 02 (Admin-Auth): JWT-Sessions, Rate-Limiting, Token-Blacklist, Audit-Logs, Login-Route
- Modul 03 (Analytics): PageTracker, page_views/phone_clicks Tracking, Admin-Analytics-Seite
- Modul 06 (Kunden-Portal): Supabase Auth Login/Registrierung, Kundendashboard, Middleware
- Modul 07 (KPI-Dashboard): Admin-Statistik mit Anfragen-Übersicht und Monats-Diagramm
- contact/route.ts: speichert Anfragen jetzt in Supabase
- Supabase-Types für alle neuen Tabellen ergänzt
- app/admin/page.tsx: Redirect zu /admin/analytics
- AnalyticsTabs: Design-Inkonsistenz behoben (Light-Mode-Karten auf Dark umgestellt)
- layout.tsx: Umlauts-Fehler in Metadata-Description behoben
- lib/audit-log.ts: TypeScript null→undefined Mapping für reason-Feld
- modules/: Wiederverwendbare Modul-Templates mit Migrations und Integrations-Prompts

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 19:41:05 +02:00
..
admin feat: integrate modules 01–03, 06–07 — email, admin auth, analytics, kunden-portal, statistik 2026-04-27 19:41:05 +02:00
analytics feat: integrate modules 01–03, 06–07 — email, admin auth, analytics, kunden-portal, statistik 2026-04-27 19:41:05 +02:00
About.tsx feat: apply light mode classes to Services, PaperlessSection, DataSovereignty, About 2026-04-26 19:45:47 +02:00
Contact.tsx feat: integrate modules 01–03, 06–07 — email, admin auth, analytics, kunden-portal, statistik 2026-04-27 19:41:05 +02:00
DataSovereignty.tsx feat: apply light mode classes to Services, PaperlessSection, DataSovereignty, About 2026-04-26 19:45:47 +02:00
Footer.tsx fix: align dark mode text contrast in Footer 2026-04-26 16:49:02 +02:00
GearPattern.tsx chore: initial commit before website expansion 2026-04-02 01:11:27 +02:00
Header.tsx feat: add ThemeToggle to Header, apply light mode classes 2026-04-26 16:42:25 +02:00
Hero.tsx feat: apply light mode classes to Hero, StatsBar, Footer 2026-04-26 16:45:38 +02:00
LegalLayout.tsx feat: apply light mode classes to Contact, Technologies, LegalLayout 2026-04-26 19:49:43 +02:00
Logo.tsx chore: initial commit before website expansion 2026-04-02 01:11:27 +02:00
PaperlessSection.tsx feat: apply light mode classes to Services, PaperlessSection, DataSovereignty, About 2026-04-26 19:45:47 +02:00
Providers.tsx feat: set dark mode as default, disable OS-based system theme 2026-04-26 21:27:29 +02:00
ScrollReveal.tsx feat: add ScrollReveal component with Intersection Observer 2026-04-02 01:12:15 +02:00
Services.tsx feat: apply light mode classes to Services, PaperlessSection, DataSovereignty, About 2026-04-26 19:45:47 +02:00
StatsBar.tsx fix: improve dark mode contrast in StatsBar and Footer 2026-04-26 16:47:50 +02:00
TaglineBanner.tsx chore: initial commit before website expansion 2026-04-02 01:11:27 +02:00
Technologies.tsx feat: apply light mode classes to Contact, Technologies, LegalLayout 2026-04-26 19:49:43 +02:00
ThemeToggle.tsx fix: use resolvedTheme in ThemeToggle, add aria-label 2026-04-26 16:26:25 +02:00