6 Commits

Author SHA1 Message Date
Oussama Douhou
2b53a449d1 feat: Make background effect clearer and more visible
- Increased dotSize from 2 to 6 (matches auth page)
- Disabled showGradient to remove internal darkening
- Lightened radial gradient: 100% opacity → 50%, 100% radius → 60%
- Lightened top gradient: solid black → 80% opacity

The dot matrix effect is now much more visible like on /auth page
2026-01-13 17:06:15 +01:00
Oussama Douhou
ffdc896d33 fix: Use standard Tailwind classes instead of arbitrary values
- max-w-[640px] → max-w-2xl (672px)
- mt-[100px] → mt-24 (96px)

Standard classes are more performant in Tailwind v4
2026-01-13 16:49:47 +01:00
Oussama Douhou
5048c44de2 fix: Restore correct Tailwind CSS classes for layout
- Fixed max-w-w160 → max-w-[640px] (was causing full-width issue)
- Fixed mt-25 → mt-[100px] (mobile top margin for language buttons)
2026-01-13 16:44:30 +01:00
Oussama Douhou
86fe7a8bf1 feat: Add multilingual deployment progress messages
Some checks failed
Build and Push Docker Image (Production) / build-and-push-main (push) Failing after 3m9s
Build and Push Docker Image (Staging) / build-and-push-staging (push) Failing after 30s
- Created backend i18n system with EN/NL/AR translations
- Frontend now sends language preference with deployment request
- Backend deployment messages follow user's selected language
- Translated key messages: initializing, creating app, SSL waiting, etc.
- Added top margin (100px) on mobile to prevent language button overlap

Fixes real-time deployment status showing English regardless of language selection.
2026-01-13 16:40:05 +01:00
Oussama Douhou
dd41bb5a6a Margin top mobile 2026-01-13 16:33:04 +01:00
Oussama Douhou
8977a6fdee New design v0.2
New design and framework
2026-01-13 10:49:47 +01:00