Commit Graph

14 Commits

Author SHA1 Message Date
MBO-Tech-IT 8d5fde5f02 fix: load .env.local in docker-compose via env_file
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 15:15:31 +02:00
MBO-Tech-IT 1369e831ad feat: integrate email-system module (nodemailer + queue)
Adds lib/mailer.ts (sendeKontaktEmail, MBO-Tech-IT branding),
lib/email-queue.ts (Supabase-fallback, graceful no-op when not configured),
lib/supabase.ts (stub for later integration), admin API routes for
SMTP-test and queue management, and instrumentation.ts for the queue worker.
Excludes modules/ from TypeScript compilation.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 14:56:36 +02:00
MBO-Tech-IT e7962d7c0c fix: remove non-existent public directory from Dockerfile
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 14:00:48 +02:00
MBO-Tech-IT 9a021b932c Docker Image erstellt 2026-04-26 13:14:15 +02:00
MBO-Tech-IT fdbf3c0219 docs: add CLAUDE.md with architecture and dev commands 2026-04-02 01:35:51 +02:00
MBO-Tech-IT 737a0f1f77 Fix TS2503: replace JSX.Element with ReactElement in DataSovereignty
Added missing ReactElement import from react and replaced the JSX
namespace reference to resolve the TypeScript error introduced when
the component was written without a React import.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-02 01:34:06 +02:00
MBO-Tech-IT 0c469131fe feat: add PaperlessSection with DSGVO/GoBD/Paperless content 2026-04-02 01:30:51 +02:00
MBO-Tech-IT 7b70ce635b feat: add WLAN and WebApps service cards with scroll-reveal 2026-04-02 01:28:54 +02:00
MBO-Tech-IT ed5136b9a1 feat: add StatsBar with animated counters, update page layout 2026-04-02 01:26:35 +02:00
MBO-Tech-IT 561b61f6b6 feat: integrate typewriter effect in Hero headline 2026-04-02 01:24:25 +02:00
MBO-Tech-IT a33115e56d fix: cancel nested setTimeout in useTypewriter, add empty words guard 2026-04-02 01:19:27 +02:00
MBO-Tech-IT 2d1f21efe7 feat: add useTypewriter hook 2026-04-02 01:17:06 +02:00
MBO-Tech-IT c5a982abc0 feat: add ScrollReveal component with Intersection Observer 2026-04-02 01:12:15 +02:00
MBO-Tech-IT 8267ae3e8c chore: initial commit before website expansion 2026-04-02 01:11:27 +02:00