Commit Graph
16 Commits
Author SHA1 Message Date
schroda 18fc225d6c Move manga files into new folder 2024-10-05 23:35:13 +02:00
schroda 23a86a77f0 Move core files into new folder 2024-10-05 22:55:08 +02:00
schroda ff9f6b6207 Add hook to get value based on themes "direction"
In case the component didn't rerender on a language change, the used value was never updated based on the new "direction"
2024-09-30 02:55:34 +02:00
schroda 1423ca23be Set appbar color on light theme 2024-09-09 22:20:46 +02:00
schroda be471ba06b Update mui theme 2024-09-05 00:10:02 +02:00
schroda d1d37c8516 Update mui dependencies 2024-09-04 00:06:16 +02:00
schroda 3d21266f92 Reduce requested manga data in queries 2024-07-09 00:30:15 +02:00
schroda 83be995fb8 Reduce requested tracker data in queries 2024-07-09 00:21:49 +02:00
schroda f2be29ea3a Show search tips for MyAnimeList 2024-05-07 14:42:02 +02:00
schroda 054585f488 Rename "EmptyView" 2024-04-29 15:29:33 +02:00
schroda 58f5e9ff79 Add retry logic to existing error handling 2024-04-28 02:58:35 +02:00
schroda a447719309 Remove unnecessary "??" operator usage in EmptyView prop 2024-04-27 22:15:16 +02:00
schroda 741489ad49 Adjust missed styling for rtl direction 2024-04-26 13:00:45 +02:00
schroda 473e85a8ed Feature/use second level mui imports (#743)
* Require "Theme" to be passed to "SxProps"

Decreases typescript performance otherwise

* Disallow "top" and "third-level" MUI imports

* Exclude "node_modules" in tsconfig
2024-04-14 15:50:12 +02:00
schroda fa1169337f Fix/manga track binding card styling (#680)
* Fix missing box shadow of active tracker card

Due to missing side paddings the box shadow wasn't visible

* Extract tracker card styling

* Prevent breaking title when selecting manga

* Limit max lines of titles
2024-03-29 16:54:53 +01:00
schroda 66c57a542b Implement binding manga to tracker 2024-03-29 00:45:38 +01:00