add:overscroll behavior and update logboek
This commit is contained in:
@@ -182,14 +182,14 @@
|
|||||||
|
|
||||||
### Hoofdfunctionaliteiten geïmplementeerd:
|
### Hoofdfunctionaliteiten geïmplementeerd:
|
||||||
|
|
||||||
- ✅ Gebruikersauthenticatie (Lucia + Google OAuth)
|
- [x] Gebruikersauthenticatie (Lucia + Google OAuth)
|
||||||
- ✅ Responsive UI met custom componenten
|
- [x] Responsive UI met custom componenten
|
||||||
- ✅ Real-time locatie tracking
|
- [x] Real-time locatie tracking
|
||||||
- ✅ Interactive maps (MapLibre GL JS)
|
- [x] Interactive maps (MapLibre GL JS)
|
||||||
- ✅ PWA functionaliteit
|
- [x] PWA functionaliteit
|
||||||
- ✅ Docker deployment
|
- [x] Docker deployment
|
||||||
- ✅ Database (PostgreSQL + Drizzle ORM)
|
- [x] Database (PostgreSQL + Drizzle ORM)
|
||||||
- ✅ Toast notifications
|
- [x] Toast notifications
|
||||||
- ✅ Loading states en error handling
|
- [x] Loading states en error handling
|
||||||
- ✅ SEO optimalisatie (meta tags, Open Graph, sitemap)
|
- [x] SEO optimalisatie (meta tags, Open Graph, sitemap)
|
||||||
- ✅ Performance optimalisaties (image compression, caching)
|
- [x] Performance optimalisaties (image compression, caching)
|
||||||
|
|||||||
@@ -104,6 +104,7 @@
|
|||||||
background-color: #f8f8f8;
|
background-color: #f8f8f8;
|
||||||
color: #333;
|
color: #333;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user