Commit Graph

6 Commits

Author SHA1 Message Date
Petri Partio
0db0e45239 chore: update dependencies
- Replace `next lint` with `eslint .` (next lint removed in v16)
- Migrate to ESLint flat config format
- Fix React 19 purity errors in FeatureImage and TopFade components
- Update components for Next.js 16 compatibility
2025-12-02 10:30:34 +02:00
Petri Partio
950f5776a9 fix: yet another change to tackle mismatch between ssr and client side :D 2024-05-31 14:29:48 +03:00
Petri Partio
fd05d0d609 fix: use a fixed brightness value in ssr 2024-05-31 14:18:39 +03:00
Petri Partio
d646681fe3 fix: useEffect depencies 2024-05-31 14:18:14 +03:00
Petri Partio
93eba92f0c fix: top fade should be calculated on first render too
if page had been scrolled and refreshed the wrong initial value was used
2024-05-31 14:06:35 +03:00
Petri Partio
8d72508b66 feat: make nav bg darker when scrolling 2024-05-31 13:27:00 +03:00