lernschiff/resources/views
Boban Blaskovic 58e99c74e8 fix: Docker UID-mapping + storage permissions + CDN font removal
- Replace www-data usermod hack with dedicated app user (ARG UID/GID=1000)
  so container processes map to host user nexxo, preventing Permission denied
  on node_modules/.vite-temp and storage/logs/laravel.log
- Explicitly mkdir + chown storage/* and bootstrap/cache to app:app (775)
  inside Dockerfile so PHP-FPM can write logs/sessions/views/cache
- Add UID/GID build args to all four services (app, queue, scheduler, reverb)
- Remove Breeze-scaffold tailwind.config.js (Tailwind v4 uses @theme in CSS)
- Remove fonts.bunny.net CDN from welcome.blade.php; switch to local fonts

Verified: npm run build exit 0, 44/44 tests pass, /login HTTP 200,
storage write OK, manifest.json + 38KB CSS generated.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 14:18:01 +02:00
..
components feat(ui): Whitemode auth views + design tokens + vite server block + touch.js entry 2026-05-22 13:38:57 +02:00
layouts feat(ui): Whitemode auth views + design tokens + vite server block + touch.js entry 2026-05-22 13:38:57 +02:00
livewire feat(ui): Whitemode auth views + design tokens + vite server block + touch.js entry 2026-05-22 13:38:57 +02:00
dashboard.blade.php feat(icons): install blade-heroicons + render <x-heroicon-o-academic-cap> in dashboard (AC-13) 2026-05-22 06:28:19 +02:00
lizenz-abgelaufen.blade.php feat(auth): Breeze Livewire stack + dashboard/lizenz-abgelaufen views + layout shells 2026-05-22 05:55:59 +02:00
profile.blade.php feat(auth): Breeze Livewire stack + dashboard/lizenz-abgelaufen views + layout shells 2026-05-22 05:55:59 +02:00
welcome.blade.php fix: Docker UID-mapping + storage permissions + CDN font removal 2026-05-22 14:18:01 +02:00