schroda
6a6ff2cbe1
Fix extension repo url on small screens
2025-04-25 00:29:37 +02:00
schroda
c9490f1887
Prevent language filter list from reseting scroll position on selection change
2025-04-23 01:56:31 +02:00
schroda
477656a3a9
Fix saving changed selected languages
2025-04-22 10:34:59 +02:00
schroda
6fef7b3aa4
Show selected languages in filter on top
2025-04-21 19:02:53 +02:00
schroda
60cb7b31ab
Cleanup "LangSelect"
2025-04-21 19:02:50 +02:00
schroda
fef33f15f9
Remove "forced languages" from "LangSelect"
2025-04-21 16:31:51 +02:00
schroda
27fb8823e9
Remove too much space of "TypographyMaxLines"
2025-04-21 00:22:08 +02:00
schroda
5c232c77a7
Do not pass empty string as img src
...
Raises the following error:
"An empty string ("") was passed to the src attribute. This may cause the browser to download the whole page again over the network. To fix this, either do not render the element at all or pass null to src instead of an empty string"
2025-04-18 21:57:01 +02:00
schroda
3f93549f34
Update to react v19
2025-04-18 21:45:00 +02:00
schroda
213f561fe4
Replace "react-beautiful-dnd" with "dnd-kit"
...
"react-beautiful-dnd" has been deprecated for quite some time
2025-04-18 20:55:17 +02:00
schroda
48d96afa85
Improve snackbar styling
...
- allow different max width depending on screen width
- decrease max description length
2025-04-18 00:34:16 +02:00
schroda
c81dce8efe
Remove margin between icons in "extensions actions"
2025-03-28 19:06:08 +01:00
schroda
e3934545b0
Change "large" IconButtons to default size
2025-03-28 19:05:21 +01:00
schroda
99f14e2f27
Internationalize ErrorBoundary
2025-03-28 18:47:29 +01:00
schroda
3c1cb539ad
Add spacing to confirmation dialog buttons
2025-03-27 19:49:51 +01:00
schroda
b673047517
Update to server gql library update changes
2025-03-23 04:04:08 +01:00
schroda
072c71c116
Handle graphql exception errors
...
Extract stack trace from error message and show it as an information that is collapsed by default
2025-03-22 20:37:43 +01:00
schroda
8fac3ce352
Handle white spaces in error messages
2025-03-22 03:21:09 +01:00
schroda
ca7bd6898e
Prevent horizontal scrollbar in snackbar
2025-02-10 23:26:33 +01:00
schroda
94b4bdfa10
Reduce snackbar description length
2025-02-10 23:23:40 +01:00
schroda
a7df8eb0f4
Show image loading placeholder only when visible
...
The MUI spinner impacts the cpu usage.
While only a few of them don't matter, rendering multiple of them can impact the cpu usage.
This can be a problem in the reader in case a chapter with a lot of chapters is rendered and a continuous reading mode is being used.
In such a case the cpu usage stays increased until all pages have been loaded
2025-02-08 20:12:41 +01:00
schroda
050094c991
Update styling of "manga open source" button
2025-02-08 16:16:32 +01:00
schroda
f633059083
Rename "CustomIconButton" to "CustomButton"
2025-02-08 16:03:37 +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
7818fb450d
Fix text color of active chapter in chapter list of reader
2025-01-17 01:26:06 +01:00
schroda
ba52e70dbb
Improve "Updates" render performance
2025-01-12 20:28:23 +01:00
schroda
77973df0ff
Show non downloading state while partially downloaded
...
The state wasn't shown in case the chapter was partially downloaded
2025-01-12 20:28:20 +01:00
schroda
257c0c8e10
Move download status subscription to "ChapterCard"
...
Only re-render chapters whose download status has changed instead of the whole list everytime a download status change was received
2025-01-12 20:28:18 +01:00
schroda
33162e70b0
Center delete icon in mutable list setting
2025-01-08 00:34:51 +01:00
schroda
1b1ddeb334
Show "info" toast severity by default
...
The default severity of MUI is "success"
2025-01-04 16:28:16 +01:00
schroda
92892e6604
Optionally adjust progress bar position based on available size
2025-01-02 21:26:19 +01:00
schroda
af8ada9a62
Always add close button to snackbars
2025-01-02 03:04:14 +01:00
schroda
8eae025d8f
Use "coerceIn" util function
2024-12-29 23:41:27 +01:00
schroda
33e184ba18
Add "auto webtoon mode" option to reader
2024-12-27 02:51:35 +01:00
schroda
326e8b9881
Prevent EmptyView from taking over click events
...
E.g. in the reader it was not possible to open the overlay while the EmptyView was visible due to it blocking the readers click handling
2024-12-24 17:26:46 +01:00
schroda
2acc82289d
Add elevation to snackbar
...
Depending on the color of the background, the snackbar was hard to see, especially when using light mode
2024-12-23 02:46:56 +01:00
schroda
71373d4bd3
Remove unused space at bottom of snackbar without description
...
Get rid of unnecessary white space when there is no description to show
2024-12-23 02:41:31 +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
28d0b470bf
Cancel confirmation dialog on backdrop click
2024-12-20 19:45:20 +01:00
schroda
1f7fe5f20e
Handle long extra messages in EmptyView
2024-12-20 19:23:56 +01:00
schroda
3949363474
Include actual error in snackbar
2024-12-20 17:24:40 +01:00
schroda
91a1f75de6
Properly center loading placeholders of non reader images
2024-12-20 13:06:12 +01:00
schroda
f72977c7ce
Add option to reset image filters to default
2024-12-17 16:53:00 +01:00
schroda
b9ea7abe65
Make reader setting slider inputs resettable to default
2024-12-16 22:09:01 +01:00
schroda
f51446995a
Fix "continuous vertical pager" unintentional page gaps
...
Depending on the screen size and e.g. the set "reader width" pages might not have filled out the full img elements size due to "object-fit contain".
This was caused due to the image wrappers flex container "align-items center" which slightly reduced the images width to some ".xy" number (e.g. instead of wrappers width 258px, the images were something like 257.83px)
2024-12-16 22:09:00 +01:00
schroda
d844ad3f5d
Use full height and width of viewport on iOS
...
- render appbar background color on ios status bar
- handle "home indicator" safe area inset
2024-12-16 14:49:35 +01:00
schroda
feacfe70f1
Show active setting in reader desktop nav bar
2024-12-13 16:38:41 +01:00