Misc Fixes (#1031)
* Changed the default margin for mobile in book reader to 5% * Fixed a bug where checking for update did no current version validation before sending the update to the UI. * Added some documentation to the book code * Changed token expiry to 2 weeks. * Search bar will by default not have a border outline * Cleaned up some styles for white mode hovering on search * Added missing genre search group, reworked some clearing code, fixed click handlers * Fixed genre property * Changed the series title to show bookmarks and the edit button will now take you to series * Fixed up accordion tabpanel color in dark mode * Fixed a typo of CoverArtist instead of "Cover artist" * Added some documentation changes * Fixed a bug where sort options on All-Series wasn't working * Added a thanks to Palace-Designs who hosts our infrastructure to the readme. * Fixed a bug where duplicate people for the same role would be returned * Fixed a bug where when user cleared out input manually, search would retain old search results
This commit is contained in:
parent
dc2d5b505f
commit
19e17c85fa
22 changed files with 130 additions and 55 deletions
|
|
@ -16,6 +16,9 @@ $dark-form-readonly: #434648;
|
|||
$dark-item-accent-bg: #292d32;
|
||||
|
||||
|
||||
$white-item-accent-bg: rgba(247, 247, 247, 1);
|
||||
|
||||
|
||||
//=========================
|
||||
// Ratings
|
||||
//=========================
|
||||
|
|
@ -29,6 +32,7 @@ $rating-empty: #b0c4de;
|
|||
// --drawer-background-color: #FFF;
|
||||
// }
|
||||
|
||||
|
||||
$theme-colors: (
|
||||
"primary": $primary-color,
|
||||
"danger": $error-color
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue