Commit Graph

895 Commits

Author SHA1 Message Date
Aria Moradi
a8444e5101 migrate SpinnerImage to Mui 5 (#97)
* migrate Page to Mui 5

* migrate SpinnerImage to Mui 5

* match the style
2021-12-01 03:06:06 +03:30
Aria Moradi
c214406546 migrate ReaderNavbar to Mui 5 (#84)
* migrate ReaderNavbar to Mui 5

* cleanup, show loading text when loading.
2021-12-01 03:03:52 +03:30
Aria Moradi
a3fe748c90 add support for MultiSelectListPreference (#108) 2021-11-29 19:08:02 +03:30
Aria Moradi
a7e469c2ea add support for emptySearch (#109)
* support new searchTerm

* refacor

* refactor
2021-11-29 19:04:29 +03:30
Aria Moradi
1cbe99bfc3 Revert "support for new searchTerm"
This reverts commit 923ddd4b91.
2021-11-29 18:42:11 +03:30
Aria Moradi
923ddd4b91 support for new searchTerm 2021-11-29 18:40:50 +03:30
Aria Moradi
03d09b2e92 cleanup library (#107)
* refactor library

* handle invalid tab numbers
2021-11-19 16:36:02 +03:30
Aria Moradi
057d284a01 migrate DesktopSideBar to Mui 5 (#87) 2021-11-17 17:00:11 +03:30
Aria Moradi
bb32fcf45c migrate Browse to Mui 5 (#98) 2021-11-17 16:59:40 +03:30
Aria Moradi
10920e1d81 migrate Manga to Mui 5 (#99)
* migrate Manga to Mui 5

* completetly migrate to new system
2021-11-17 16:58:39 +03:30
Aria Moradi
d35f7c64d3 migrate SourceCard to Mui 5 (#82)
* migrate SourceCard to Mui 5

* give semantic meaning
2021-11-17 15:45:25 +03:30
Aria Moradi
10200a3827 migrate About to Mui 5 (#105)
* migrate About to Mui 5

* rewrite with LoadingPlaceholder
2021-11-17 15:42:57 +03:30
Aria Moradi
cc1d94545f migrate LoadingPlaceholder to Mui 5 (#96) 2021-11-17 15:42:43 +03:30
Aria Moradi
70febecd04 migrate SingleSearch to Mui 5 (#101)
* migrate SingleSearch to Mui 5

* fix some styles
2021-11-17 14:34:56 +03:30
Aria Moradi
30dd0fb86f migrate ExtensionCard.tsx to Mui 5 (#81)
* migrate ExtensionCard.tsx to Mui 5

* fix styling
2021-11-17 14:29:47 +03:30
Aria Moradi
045fac7e97 migrate LangSelect to Mui 5 (#86) 2021-11-17 14:28:23 +03:30
abhijeetChawla
0a89d227db Save tabs number in Url to persist tab when go to other paths (#78)
* added an optional  url parameter to the library path to get to a particular tab

* Added Error checking when taking the parameter from the Url

* Now Tabs persist with library options

* FIxed a bug which made the backbutton appear in the Library route when tabs number was presents in the url
2021-11-17 14:10:04 +03:30
Aria Moradi
0de066368f migrate Updates to Mui 5 (#104) 2021-11-15 19:58:30 +03:30
Aria Moradi
4f781fb749 migrate Settings to Mui 5 (#102) 2021-11-15 19:58:05 +03:30
Aria Moradi
04d84f2c40 migrate SourceConfigure to Mui 5 (#103) 2021-11-15 19:56:21 +03:30
Aria Moradi
eb4c1bf15b migrate App.tsx to Mui 5 (#79) 2021-11-15 19:33:48 +03:30
Aria Moradi
2911844681 migrate ChapterCard.tsx to Mui 5 (#80) 2021-11-15 19:33:35 +03:30
Aria Moradi
556d7086d1 migrate LibraryOptions to Mui 5 (#83) 2021-11-15 19:33:04 +03:30
Aria Moradi
6f86f0514b migrate CategorySelect to Mui 5 (#85) 2021-11-15 19:32:25 +03:30
Aria Moradi
0ac0d2d52c migrate EmptyView to Mui 5 (#95) 2021-11-15 19:29:57 +03:30
Aria Moradi
5c61dcc22f migrate Backup to Mui 5 (#106) 2021-11-15 18:55:50 +03:30
Aria Moradi
04a1898ea7 Revert "migrate some components to Mui5 new styling system (#72)"
This reverts commit 72ef61e286.
2021-11-15 17:21:31 +03:30
Aria Moradi
0eedbe6626 load first page on read manga (#76) 2021-11-15 12:53:18 +03:30
abhijeetChawla
72ef61e286 migrate some components to Mui5 new styling system (#72)
* - Changed the value in Manga from 960 to 900( md breakpooint)
- The CicularLoader in About  and Reader screens is now centered to the whole screen
- Changed relative imports in About screen to absolute imports
- removed changed styles from Browse Screen, PageNumber

* Migrated Source Card, Extension Card and LoadingPlaceHolder to MUI system

* Migrated CategorySelect and LandSelect to using the sx prop

* migrated ReaderNavbar to mui 5

* - Removed Unused Styles from Page
- Migrated DoublePage, doublePagedPager, PagedPager, Vertical Pager and Horizontal Pager.

* Replaced style prop with sx prop

* removed useStyles completely from the project except for the Manga Screen

* added a comment

* Fixed the Source Card Buttons padding

* Removed the trailing backspace

Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>

Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>
2021-11-14 13:51:08 +03:30
Aria Moradi
93c4ce3450 fix chapter actions not working if manga is not fetched online (#74) 2021-11-14 00:24:52 +03:30
Aria Moradi
416dd227a2 make the whole chapter card into a button (#73)
* whole chapter card is a button

* return to anchor
2021-11-14 00:07:43 +03:30
Aria Moradi
63d9a64542 Updates pagination update (#68)
* make it work

* refactor & update styling to mui v5

* ditch styled, this looks bad
2021-11-10 23:04:04 +03:30
Aria Moradi
c9e4901c15 ban the style prop 2021-11-10 22:53:20 +03:30
Sascha Hahne
1b0c277188 Fix Bad messages in Library Appbar search (#70) 2021-11-10 12:14:27 +03:30
Aria Moradi
ce8fcb228d remove extra scrollbar on mobile (#67) 2021-11-10 09:25:40 +03:30
Aria Moradi
4d47400d41 fix manga FAB margins (#66) 2021-11-09 23:04:03 +03:30
abhijeetChawla
8543877b2a Change color of navbar in light mode (#65)
* Changed the color of the DesktopSideBar and MobileBottomNavbar in LightMode to be more legible

* refactor
2021-11-08 02:30:31 +03:30
Aria Moradi
aba6e506a2 add issue template 2021-11-07 21:37:52 +03:30
abhijeetChawla
42c5c3042d add filter and badge for downloadCount (#62)
* Added the Download filter and download badge

* Update src/components/library/LibraryMangaGrid.tsx

Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>

* - corrected some spelling mistakes

Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>
2021-11-07 13:59:48 +03:30
abhijeetChawla
f816abfdc9 Add Resume Reading FAB Manga screen (#59)
* Added the Floating action button to Resume to the last read chapter

- When a chapter is marked as read/unread the lastPageRead is changed to 1,
Also fixed a bug which made the boolean expression appear in the ui
Also removed some unused Styles

Added the Resume/Start Button

* changed a Resume button to a React compnent

* Update src/screens/Manga.tsx

Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>

* Update src/screens/Manga.tsx

Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>

Co-authored-by: Sascha Hahne <ntbm@users.noreply.github.com>
2021-11-02 21:28:08 +03:30
Aria Moradi
b6cf4a003e closes #58 2021-10-31 23:47:24 +03:30
Aria Moradi
c15ee7ab66 refactor MangaCard 2021-10-31 21:02:45 +03:30
Aria Moradi
e89497df33 nicer gradient 2021-10-31 20:58:35 +03:30
Aria Moradi
aabedc5d08 reorder nav buttons 2021-10-31 20:58:35 +03:30
Aria Moradi
5cd35d005d better wording 2021-10-31 20:58:35 +03:30
abhijeetChawla
b755ad373f add aspect ratio to the manga card. (#56)
* added an aspect ratio to the manga card.

* added a comment and chaged the ratio to the recommeded
2021-10-31 20:55:57 +03:30
Sascha Hahne
9e65870fae add Search to Library (#55)
* Implement bare bones library search

* Add nice interactions
2021-10-31 15:15:34 +03:30
Aria Moradi
84ced87b5d move info 2021-10-30 18:53:17 +03:30
Aria Moradi
ac22bfe9cd add CONTRIBUTING.md 2021-10-30 18:51:47 +03:30
Aria Moradi
8ac72a483d refactor 2021-10-30 18:41:53 +03:30