Commit graph

2989 commits

Author SHA1 Message Date
Fesaa
c6d157c863
Reading profile fixes and feedback (#3853) 2025-06-14 10:06:05 -07:00
Joseph Milazzo
fc968f0044 Fixed the weird hover effect and left a message for Robbie. 2025-06-14 08:41:45 -05:00
Joseph Milazzo
fc55b7f1b8 Fixed a great catch by Amelia on age rating restriction for Genre/Tag. Clean up some dead extension methods too. 2025-06-14 08:40:05 -05:00
Joseph Milazzo
0d4825ae14 Fixed most UI comments 2025-06-14 08:35:21 -05:00
Joseph Milazzo
ec5578f1e1 Merge branch 'develop' of https://github.com/Kareadita/Kavita into bugfix/matching-stuff
# Conflicts:
#	UI/Web/src/app/settings/_components/setting-switch/setting-switch.component.ts
2025-06-13 19:09:04 -05:00
Joseph Milazzo
07d3932bdc Small cleanup 2025-06-13 19:08:04 -05:00
Joseph Milazzo
17f9328c8a Fixed import menu in pref side nav missing. 2025-06-13 19:00:43 -05:00
Joseph Milazzo
48a929c49d More cleanup and string changes. 2025-06-13 18:17:17 -05:00
Joseph Milazzo
a7fca1400d More cleanup and string changes. 2025-06-13 18:10:39 -05:00
Joseph Milazzo
9b35d20510 More cleanup by migrating some stuff to signals and cleaning up the generic mess that this has become. 2025-06-13 17:41:25 -05:00
Joseph Milazzo
e99822cf28 Removed some methods that aren't needed anymore. 2025-06-13 16:47:47 -05:00
Joseph Milazzo
154feb1c27 Finally got the refactor completed, now the code needs major streamlining. All the testing checks out. 2025-06-12 19:14:37 -05:00
Joseph Milazzo
ba9bf47a41 Refactored a lot of code to move towards signals. Everything is generic. Only thing left is the logic for determining which controls to show and the localization pipes. 2025-06-11 06:18:55 -05:00
Joseph Milazzo
a4c31debd0 Refactored to make the FilterSettings genetic and type safe. Now I need to refactor the metadata component to respect the generics. 2025-06-09 18:36:48 -05:00
majora2007
00c4712fc3 Bump versions by dotnet-bump-version. 2025-06-09 15:55:59 +00:00
Fesaa
5e54306fd0
Fix Import section not showing up in settings (#3849) 2025-06-09 10:55:18 -05:00
Joseph Milazzo
2654ea2965 Started with the separating of different filter fields for a generic metadata-filter component.
As of this commit, I've restructured some of how data flows and added documentation to make it easier for the next time.
2025-06-08 13:53:32 -05:00
Joseph Milazzo
60cd000af5 Fixed a bug where updating the name of a person wasn't updating their normalized name, potentially breaking the flow. 2025-06-08 10:58:01 -05:00
Joseph Milazzo
57461374ac Merge branch 'develop' of https://github.com/Kareadita/Kavita into bugfix/matching-stuff 2025-06-08 10:06:28 -05:00
GitHub Action
fc4ba4509f Update OpenAPI documentation 2025-06-08 14:18:34 +00:00
majora2007
3d68c30cac Bump versions by dotnet-bump-version. 2025-06-08 14:17:28 +00:00
Fesaa
1856b01a46
Reading Profiles (#3845)
Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
2025-06-08 07:16:44 -07:00
Joseph Milazzo
a7d4b11593 Refactored Browse Authors to be Browse People and allow the user to select the role to show.
After some experimentation, I think I need to implement the proper filtering system as there are 3 potential filters.

Added browse genres/tags on the top right nav bar temp while I figure out a better implementation for the idea.
2025-06-07 11:33:50 -05:00
Joseph Milazzo
7ef95b3e12 Added a Browse tag page as well. Need to decide how to link to this. 2025-06-07 05:34:50 -05:00
Joseph Milazzo
9f91004f3e Cleaned up some css around the card height (fixed height looks so much better). 2025-06-06 17:09:53 -05:00
Joseph Milazzo
2e80316057 Added the ability to browse different genres (still needs polish).
Fixed a rare bug with crypto.UUID by backfilling it.
2025-06-06 17:02:42 -05:00
Joseph Milazzo
d400938610 Cleaned up some method calls 2025-06-06 15:52:20 -05:00
Joseph Milazzo
5758985bfb More missed localization strings - a never-ending battle 2025-06-06 15:35:06 -05:00
Joseph Milazzo
dadf9cbac8 Added the ability to have a richer title experience on all series page (#3825) 2025-06-06 15:30:47 -05:00
Joseph Milazzo
ef77474e33 Updated Matched Metadat to have a library type filter, given that a user might want to do just Comics or Manga at a time. 2025-06-06 05:23:10 -05:00
Joseph Milazzo
5db4c80410 Adjusted the default amount of items the side nav shows before the More. 2025-06-05 17:53:10 -05:00
Joseph Milazzo
f06dfddbf1 Add back System.Drawing.Common, which is needed by MarkdownDeep. 2025-06-05 05:51:40 -05:00
Joseph Milazzo
a720b9a19a Merge branch 'develop' of https://github.com/Kareadita/Kavita into bugfix/matching-stuff 2025-06-05 05:38:55 -05:00
Joseph Milazzo
9be3101b55 Added reading list owner to the API for Mio's Mihon work. 2025-06-04 20:42:33 -05:00
Joseph Milazzo
c32f648141 Merge branch 'develop' of https://github.com/Kareadita/Kavita into bugfix/matching-stuff
# Conflicts:
#	API/Services/Tasks/Metadata/CoverDbService.cs
2025-06-04 02:47:08 -05:00
GitHub Action
ea28d64302 Update OpenAPI documentation 2025-06-04 07:46:56 +00:00
majora2007
7d6c541be5 Bump versions by dotnet-bump-version. 2025-06-04 07:45:50 +00:00
Fesaa
193e9b1da9
A collection of bug fixes (#3820)
Co-authored-by: Joseph Milazzo <joseph.v.milazzo@gmail.com>
2025-06-04 00:45:10 -07:00
Joseph Milazzo
04a7d5ece6 Updated jetbrains to new logo 2025-06-02 16:50:18 -05:00
Christopher
0db4ca6faa
preference sidebar incorrect render fix + badge center alignment (#3783) 2025-06-02 04:01:40 -07:00
Stepan Goremykin
13dd2d7158
[skip ci] Fix color scape test (#3762)
Co-authored-by: goremykin <goremukin@gmail.com>
Co-authored-by: Joe Milazzo <josephmajora@gmail.com>
2025-06-01 09:27:58 -07:00
Joseph Milazzo
3933d5cab2 Some code from before I left for holiday. Need to review it later. 2025-06-01 07:02:27 -05:00
GitHub Action
6288d89651 Update OpenAPI documentation 2025-05-14 16:14:05 +00:00
majora2007
a751da4ca6 Bump versions by dotnet-bump-version. 2025-05-14 16:12:57 +00:00
Fesaa
4396a07e7b
Merge pull request #3807 from Kareadita/bugfix/chapter-cover
Small Kavita+ cover fix
2025-05-14 18:12:11 +02:00
Amelia
d9ac52aa0f
Fix first chapter in a series not having a cover when K+ replaces series cover 2025-05-14 16:43:52 +02:00
Joseph Milazzo
28702e2d10 Some cleanup 2025-05-11 14:10:44 -05:00
Joseph Milazzo
2f5743d2ae Some fixes around empty year 2025-05-11 12:50:45 -05:00
Joseph Milazzo
2314f474e6 Disable creating collections/reading lists by default for a library. It usually results in people deleting and coming to support. 2025-05-11 12:45:22 -05:00
Joseph Milazzo
322b2953bb Fixed a bug where publisher images would fail to download 2025-05-11 12:27:48 -05:00