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:
parent
5c5b0df814
commit
28c968ac4d
10 changed files with 322 additions and 15 deletions
15
openapi.json
15
openapi.json
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue