5 Commits
Author SHA1 Message Date
damjan_savicandClaude Opus 4.5 05e7808d71 Complete Tailwind CSS v4 migration with @theme
- Remove tailwind.config.js (no longer needed in v4)
- Migrate all theme config to CSS @theme directive
- Define colors, fonts, animations in CSS
- Add zinc color palette for direct use
- Fix styling to match original design

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 15:35:27 +01:00
damjan_savicandClaude Opus 4.5 1f8051ae1a Fix Tailwind CSS v4 migration
- Update globals.css to use @import "tailwindcss" and @config
- Remove incompatible plugins (tailwindcss-animate, @tailwindcss/forms)
- Add @tailwindcss/postcss for v4 compatibility

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 15:33:14 +01:00
damjan_savicandClaude Opus 4.5 90df7bde9e Upgrade to Next.js 16, enable SSR, update packages
- Upgrade all packages to latest versions
- Enable SSR (dynamic = 'force-dynamic') for all pages
- Update PostCSS config for Tailwind CSS v4 (@tailwindcss/postcss)
- Fix Edge-compatible CSRF token generation (Web Crypto API)
- Remove deprecated eslint config from next.config.ts

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 15:29:46 +01:00
damjan_savic cd58dc5259 Add hero portrait as AVIF 2026-02-01 15:25:04 +01:00
damjan_savicandClaude Opus 4.5 e1bbe5455d Initial commit: Portfolio Website
Vollständige Next.js 15 Portfolio-Website mit:
- Blog-System mit 100+ Artikeln
- Supabase-Integration
- Responsive Design mit Tailwind CSS
- TypeScript-Konfiguration
- Testing-Setup mit Vitest und Playwright

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 15:07:20 +01:00