Adding masonry cover images to login page

- Added new public api: /api/Image/random-series-cover
- Updated login bg color to black
- If no cover images, use the default library background (for new installs)
- Added a cover masonry component
- updated the splash container
This commit is contained in:
Robbie Davis 2025-04-15 13:11:47 -04:00
parent 5c5b0df814
commit 28c968ac4d
10 changed files with 322 additions and 15 deletions

View file

@ -2950,6 +2950,21 @@
}
}
},
"/api/Image/random-series-cover": {
"get": {
"tags": [
"Image"
],
"summary": "Returns cover image for a random Series",
"parameters": [
],
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/api/Library/create": {
"post": {
"tags": [