feat: MovieDto enrichment, movie detail page, PWA, watchlist, watchlist federation

This commit is contained in:
2026-05-13 00:23:45 +02:00
parent 2fd8734d23
commit 53df90ab1f
84 changed files with 2755 additions and 398 deletions

17
static/manifest.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "Movies Diary",
"short_name": "Movies",
"description": "Track what you watch, rate and review films.",
"start_url": "/",
"display": "standalone",
"background_color": "#111111",
"theme_color": "#e5c034",
"icons": [
{
"src": "/static/logo.webp",
"sizes": "any",
"type": "image/webp",
"purpose": "any"
}
]
}