schroda
3ca4aa2eff
Remove "Settings" from setting page titles
2025-03-17 12:07:02 +01:00
schroda
441cdaa6e7
Handle line breaks in tracker search entry summaries
2025-02-03 16:30:07 +01:00
schroda
8ddb259c82
Prevent tooltip on disabled button warning
2025-02-02 00:54:03 +01:00
schroda
3698c19aba
Properly enable cors for images by default
2025-01-26 17:18:27 +01:00
schroda
25e3fc7808
Load images with cors allowed
...
Without allowing cors it is e.g. not possible to extract colors from an image
2025-01-26 04:20:59 +01:00
schroda
2cfbaf8148
Use "useNavBarContext" hook everywhere
2025-01-23 13:15:06 +01:00
schroda
ed992046cb
Remove unintentional touch bindings
...
Caused double clicks
2025-01-02 02:41:42 +01:00
schroda
1ea7807f99
Properly position "track" button in track search
...
Regression a4f1aa3234
2024-12-23 00:59:45 +01:00
schroda
34f484a946
Redirect to correct page after track oauth login
...
Regression introduced with cff0ed5ec3
2024-12-22 00:37:09 +01:00
schroda
9e93a78a07
Use "getErrorMessage" everywhere
2024-12-21 23:27:03 +01:00
schroda
a4f1aa3234
Prevent "EmptyViewAbsoluteCentered" from overlapping content
...
Regression 1f7fe5f20e
2024-12-21 23:22:48 +01:00
schroda
3949363474
Include actual error in snackbar
2024-12-20 17:24:40 +01:00
schroda
ffe824e603
Remove unnecessary "onTouchStart"
2024-12-15 22:37:39 +01:00
schroda
cff0ed5ec3
Extract app routes into constant
2024-12-11 20:25:49 +01:00
schroda
8c4ff516c0
Rename "theme.tsx" to "ThemeCreator.ts"
2024-12-11 18:02:03 +01:00
schroda
b3e3d94bda
Move "theme.tsx" to proper module
2024-12-11 13:57:24 +01:00
schroda
20a8666f95
Simplify setting route names
2024-12-11 13:51:46 +01:00
schroda
08f517fb36
Fix changing manga tracker "status"
...
The "status" has to be a number.
Seems like there was some bug in graphql-kotlin since it did not return an error previously and with updating to the latest version it now returns one
2024-12-11 00:24:21 +01:00
schroda
68aea3403f
Fetch latest track data from tracker only once
...
Everytime the data was updated, the array changed and triggered the useEffect again, resulting in another request to get the latest data from the tracker
2024-10-18 21:54:42 +02:00
schroda
f704e5bc33
Move "Mangas.ts" types and constants to new files
2024-10-07 13:45:07 +02:00
schroda
d9b633900c
Set static size for manga details page covers
2024-10-07 13:45:06 +02:00
schroda
e707e7b7da
Handle track search error
...
Apollo fails to handle changes in the options context (e.g. abort controller) which causes the request to infinitely re-trigger on errors.
By not adding an abort controller, this gets prevented, however, it prevents the search to be aborted on e.g. changing the search string
2024-10-06 16:20:50 +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
a16fef0aab
Move setting files into new folder
2024-10-06 00:16:31 +02:00
schroda
c0eabf8865
Move navigation-bar files into new folder
2024-10-06 00:01:51 +02:00
schroda
7cf3849911
Move tracker files into new folder
2024-10-05 23:35:21 +02:00