Kavita/API/DTOs
Joseph Milazzo 568ea9fd3a
Custom Theme Support (#1077)
* Started the migration to bootstrap 5. Introduced a breakpoint system that bootstrap reflects for our screens.

* sr only migrated

* mr/ml -> me/ms

* pl/pr -> ps/pe

* btn-block

* removed input-group-append

* Added form-label to all labels

* Added some style overrides for inputs

* Replaced form-group with mb-3

* Ignore journal files

* Update media to d-flex/flex-grow-1

* Fixed reading list detail page

* For develop builds, don't inline critical styles

* Fixed some downstream security issues

* Fixed a layout issue in series detail

* Fixed issue with btn-light not having background color. Updated layout for series detail metadata

* Cleaned up nav search

* Laid out the organization for custom theme components. Update _inputs.scss with variable overrides and depending on theme, it will just work.

* Lots of theming work

* Added inputs to the theme page

* Login and input placeholder changes

- Fixed login screen centering issue on all devices
- Changed the format of the login screen
- Change the input placeholder color

* Added checkbox styles

* Refactored tagbadges and removed some ngdeep selectors

* Added nav bar component and refactored some styles into event widget

* Cleaned nav events again and made dedicated popover body

* Finished pagination component

* Fixed up some styles with buttons

* refactored dropdown component

* Update accordion component

* Refactored breadcrumbs and rating star. Fixed a missing style for cards

* Fixed some styling issues on person badge, added modal component, and some global styles

* Finished moving everything within dark to component files

* Fixed up filter buttons, move card styles into a component theme, fixed slider style

* Refactored library card and grouped typeahead

* Updated normal typeahead component and reduced amount of ngdeep selector

* Refactored grid breakpoints to be available by css variable, but it's hardcoded into the app

* Ensure breakpoints are defined per theme

* Fixed up some styling overrides and customization for nav links and alt button

* Removed some deep styles, moved css out of splash container and brough back labels for login page

* Finished css variable refactor

* Refactored all the theme variable definitions into files for each theme.

* Added back bootstrap overrides

* Added a note about bootstrap theme colors being not-possible to swap out at runtime

* Cleaned up some dead code

* Implemented the ability to set a custom theme on the site. Cleaned up misc code throughout.

* Additional changes

- Fixed nav where "kavita" was not hiding correctly on small viewports
- Fixed search bar to make the behavior more consistent
- Fixed accordion buttons
- Changed accordion buttons to be more responsive
- Added radio button colors
- Fixed radios on theme test page
- Changed login and reset password card layouts to be more consistent.
- Added primary color shade for when darker shading is needed.

* Built a basic site, allow the user to apply different themes, refactored nav service code out.

* Implemented the ability update a user's theme

* Added unit tests for Scan and Get Content in SiteThemeService.

* Fixed a bug in the login code and Pref code which wasn't joining on SiteTheme table. Wrote Unit tests and the UI component to manage current theme.

* Implemented scan so that it manages custom themes with unit tests

* Component updates

- Repositioning style ordering
- Adding indicator override
- Adding select styles

* SignlaR integration, some fixes when creating custom entities, one single migration. Just login functionality left.

* More ui updated

- Added .no-hover to prevent hover on elements where not needed
- Changed all selects I could find to appropriate class
- Changed up nav tabs to work more like bootstrap tabs than pills
- Added padding to top of some containers to make styles consistent
- Added ability to change navbar fontawesome icon colors
- removed some unecessary inline styling
- Changed radio button to appropriate class
- Toned down primate color, a bit too bright for dark theme.
- Added ability to change button fontawesome icon color

* nav-tab fix for series-detail

* Added themes folder to gitignore

* Adding card overlay

* Fixing up light theme

* Everything is done. Only bug is that color-scheme isn't being set properly from css variable.

* Checkboxes have pointer by default. Confirm/Confirm email use default (dark) theme by default

* Fixed an error where color-scheme wasn't reflecting correctly on themes on first load

* Fixed user preferences not available on login

* Changing dual radios to switches and color tweaks

* disabled primary APCA fix

* button APCA fixes

* Fixed some timing issues with first load and image service

* Fixed swiper issues from upgrade

* Changed themes to be scss files again and adjusted Seed code

* Migrated carousel to css variables. Fixed a broken animation for search.

* Cleaned up some backend smells

* Fixed white border outline on nav tabs, added some variables for header

* Nav bar has been css variable-ified

* Added some basic eink stuff to make the app useable

Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
2022-02-16 07:12:38 -08:00
..
Account Shakeout Testing Part 1 (#1052) 2022-02-09 16:59:14 -08:00
CollectionTags Bulk Add to Collection (#674) 2021-10-14 17:23:21 -07:00
Downloads Continuous Reading for Webtoons & I Just Couldn't Stop Coding (#574) 2021-09-11 11:47:12 -07:00
Email Refactored Test email service to provide the error message if it fails to the end user. (#1051) 2022-02-09 07:14:51 -08:00
Filtering Polishing for Release (#1039) 2022-02-06 07:53:32 -08:00
Metadata Implemented Publication Status in SeriesMetadata and the ability to filter it. (#915) 2022-01-08 13:10:03 -08:00
OPDS Misc Fixes and Changes (#927) 2022-01-12 15:00:00 -08:00
Reader New Search (#1029) 2022-02-04 08:28:49 -08:00
ReadingLists Bulk Operations (#596) 2021-09-24 17:27:47 -07:00
Search Shakeout Testing Part 2 (#1053) 2022-02-10 16:25:34 -08:00
Settings Private Email Service Support (#1028) 2022-02-04 09:54:54 -08:00
Stats Webtoon fixes + Random release stuff (#1048) 2022-02-08 07:30:54 -08:00
Theme Custom Theme Support (#1077) 2022-02-16 07:12:38 -08:00
Update Local Metadata Integration Part 1 (#817) 2021-12-02 09:02:34 -08:00
Uploads Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
ChapterDto.cs Account Email Support (#1000) 2022-01-30 14:45:57 -08:00
CreateLibraryDto.cs Cleanup of lazy loading code. Made some DTOs use init rather than set to keep it clean. 2021-03-12 13:20:08 -06:00
DeleteSeriesDto.cs Bulk Deletion (#697) 2021-10-20 10:49:58 -07:00
GroupedSeriesDto.cs Recently Added Chapter Feedback (#1020) 2022-02-02 07:18:09 -08:00
LibraryDto.cs Polishing and Bugfixes (#613) 2021-10-01 08:13:55 -07:00
MangaFileDto.cs A lot of random changes to try and speed up SharpCompress. 2021-03-23 12:22:50 -05:00
MemberDto.cs Account Email Support (#1000) 2022-01-30 14:45:57 -08:00
PersonDto.cs In-Depth Filtering (#850) 2021-12-15 08:23:10 -08:00
ProgressDto.cs Bookmarking Pages within the Reader (#469) 2021-08-10 18:18:07 -05:00
RecentlyAddedItemDto.cs Recently Added Chapters/Volumes (#1007) 2022-01-29 08:04:18 -08:00
RefreshSeriesDto.cs Feature/feedback (#185) 2021-04-30 17:23:31 -05:00
RegisterDto.cs Forgot Password (#1017) 2022-02-01 06:04:23 -08:00
SeriesByIdsDto.cs Bugfix/release cleanup (#512) 2021-08-21 10:03:47 -07:00
SeriesDto.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
SeriesFilterDto.cs Bugfixes/misc (#196) 2021-05-02 19:46:34 -05:00
SeriesMetadataDto.cs Metadata Tags (#947) 2022-01-16 13:17:29 -08:00
UpdateLibraryDto.cs Implemented the ability to update a library including folders. 2021-01-04 13:06:01 -06:00
UpdateLibraryForUserDto.cs Implemented the ability to update a library including folders. 2021-01-04 13:06:01 -06:00
UpdateRBSDto.cs Download Support (#298) 2021-06-10 07:47:35 -05:00
UpdateSeriesDto.cs Custom Cover Images (#499) 2021-08-15 10:36:47 -07:00
UpdateSeriesMetadataDto.cs Bulk Add to Collection (#674) 2021-10-14 17:23:21 -07:00
UpdateSeriesRatingDto.cs Implemented ability to leave a rating (up to 5 stars) and a text review (not UI supported until v0.2). 2021-01-19 17:06:26 -06:00
UserDto.cs Custom Theme Support (#1077) 2022-02-16 07:12:38 -08:00
UserPreferencesDto.cs Custom Theme Support (#1077) 2022-02-16 07:12:38 -08:00
VolumeDto.cs Continuous Reading for Webtoons & I Just Couldn't Stop Coding (#574) 2021-09-11 11:47:12 -07:00