schroda
e0fb835f91
Fix "search all" with "show results only" enabled
...
After a source did not have any results for a performed search, a follow-up search was not possible anymore, due to the source being filtered out of the rendered sources.
2025-05-23 00:27:57 +02:00
schroda
fe30c8e281
Update "search all" source header styling
...
- reduce height
- reduce source name font size
- use source "name" instead of "display name"
display name only adds language, which is shown in the second line of the header
- add button to indicate that the search can be opened on the source itself
2025-05-21 02:41:12 +02:00
schroda
f6b4ed8f56
Streamline adding params to app routes
2025-05-21 01:58:54 +02:00
schroda
7885bcda98
Improve global search
...
Add options to show only searches for
- pinned sources
- all sources
- sources with results
2025-05-18 01:08:02 +02:00
schroda
1e1489df75
Show pinned sources on top of global search
2025-05-17 23:49:44 +02:00
schroda
4a1eb6f824
Force re-render of virtuoso grid on filter changes
...
Workaround for https://github.com/Suwayomi/Suwayomi-WebUI/issues/933
2025-05-17 19:53:56 +02:00
schroda
7e4e22b9e1
Add "All" to default languages
2025-05-09 00:57:29 +02:00
schroda
dcd57aea8f
Remove abbreviation of “language” in function names
2025-05-09 00:57:28 +02:00
schroda
04768d5210
Introduce "useAppTitleAndAction" hook
2025-05-04 23:37:09 +02:00
schroda
aacdbaaeef
Introduce "useAppAction" hook
2025-05-04 23:36:46 +02:00
schroda
3ab70c4802
Introduce "useAppTitle" hook
2025-05-04 23:36:18 +02:00
schroda
b80006504e
Move files into different folders
2025-05-03 12:16:48 +02:00
schroda
f93abd5b93
Place errored source searches after ones with search results
2025-04-22 21:30:28 +02:00
schroda
4c1a493cf5
Save "showNsfw" setting on server
2025-04-21 19:21:06 +02:00
schroda
60cb7b31ab
Cleanup "LangSelect"
2025-04-21 19:02:50 +02:00
schroda
4175ffbc1e
Cleanup "SourceAll.tsx"
2025-04-21 18:09:29 +02:00
schroda
4a9f90b746
Introduce "sources" util class
2025-04-21 17:02:51 +02:00
schroda
633f58b563
Remove "sourceForcedDefaultLangs"
2025-04-21 16:50:06 +02:00
schroda
fef33f15f9
Remove "forced languages" from "LangSelect"
2025-04-21 16:31:51 +02:00
schroda
2cfbaf8148
Use "useNavBarContext" hook everywhere
2025-01-23 13:15:06 +01:00
schroda
9e93a78a07
Use "getErrorMessage" everywhere
2024-12-21 23:27:03 +01:00
schroda
cff0ed5ec3
Extract app routes into constant
2024-12-11 20:25:49 +01:00
schroda
63caf74e36
Extract "Extensions" types, constants, utils into separate files
2024-11-04 01:25:19 +01:00
schroda
03695b34be
Rename "MangaCard.types" file
2024-10-07 13:45:07 +02:00
schroda
cd7ec05ce3
Fix retry of failed source searches
...
Regression introduced with 5aec8282cb (brain fart).
The abortRequest function changes everytime, thus the useEffect was triggered on every render...
2024-10-07 13:07:57 +02:00
schroda
5aec8282cb
Properly abort source searches on query change
2024-10-06 16:39:13 +02:00
schroda
6e9fdee0bb
Handle source browse error
2024-10-06 16:15:01 +02:00
schroda
2916bfbe88
Prevent infinite renders during manga migration search
...
Regression introduced with 70f8e36b6e
2024-10-06 13:45:25 +02:00
schroda
84b9f8361d
Fix RequestManager location
...
Was changed unintentionally
2024-10-06 13:45:22 +02:00
schroda
e7e1fbbc4e
Move more core logic to new folder
2024-10-06 00:16:41 +02:00
schroda
92659184b2
Move global-search files into new folder
2024-10-06 00:08:18 +02:00