Commit Graph

1022 Commits

Author SHA1 Message Date
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
Aria Moradi
95e0463e96 custom Extension icon, google's version is shit 2021-10-30 18:20:03 +03:30
Aria Moradi
1eccc28097 fancy icon based on if path selected 2021-10-30 17:29:27 +03:30
Aria Moradi
a2081a4552 remove text decoration 2021-10-30 16:56:33 +03:30
Aria Moradi
a30ddcf811 show different NavbarItems depending on device width 2021-10-30 16:34:09 +03:30
Aria Moradi
78f70a38be refactor 2021-10-30 16:16:36 +03:30
Aria Moradi
51008b7ee4 refactor 2021-10-30 16:14:25 +03:30
Aria Moradi
091d97c914 refactor 2021-10-30 16:10:34 +03:30
Aria Moradi
92ae5c8cd0 fix navbar 2021-10-30 15:19:49 +03:30
Aria Moradi
a26c2bf114 fix navbar broken logic 2021-10-30 14:57:08 +03:30
Sascha Hahne
e9bdc95060 Implement Unread Filter for Library (#54) 2021-10-29 21:41:23 +03:30
abhijeetChawla
88fb4b64b6 Bottom navbar for mobile (#51)
* - implemented Botton navbar for mobile devices
- Also made navbar conditional to render only when its on of the paths in the navbar

* - Added text to the mobile bottom bar
- Changed /downloads Path title to Downloads
- Added conditional paddingBottom when on mobile

* Made the Sidebar Seperate component used just for Non-Mobile Devices

* Added the main Material UI System package

* Extracted the Bottom Navbar into a seperate component

* updated the mui dependencies
2021-10-29 15:51:43 +03:30
abhijeetChawla
c91cc508f4 add EmptyView to DownloadQueue, refactro strings (#53)
* Added the Emty view message in the /download path

* Changed a few expression to template string
2021-10-29 15:51:10 +03:30
Sascha Hahne
e9236f3a61 Apply Api changes for unread badges (#52) 2021-10-29 00:07:13 +03:30
Aria Moradi
07ca737a37 Update README.md 2021-10-28 12:41:10 +03:30
Aria Moradi
9cfd329b22 Update README.md 2021-10-28 12:38:54 +03:30
Sascha Hahne
9875cbdc70 Set Fallback Image for broken Thumbnails (#50)
* Set Fallback Image for broken Thumbnails

* Transparent placeholder

* Added some comments
2021-10-27 00:11:28 +03:30
Aria Moradi
a1c84df0d5 put Sources and Extensions in the same screen 2021-10-26 14:57:11 +03:30
Aria Moradi
afcb6e2442 refactor 2021-10-26 12:42:30 +03:30
Aria Moradi
8ed8f5da84 remove redundant '/manga' prefix from paths
We needed the prefix to distinguish anime paths from manga paths,
now that anime is no more, the redundancy shall be purged.
2021-10-26 12:13:37 +03:30
abhijeetChawla
b9b5b2818c Back button implementation (#47)
* Added the back button to the main Ui

* Changed the naviation in the reader ui so that when the next or previous chapter links are clicked, instead of adding the a new history entry, it will replace the current History entry and rereder the Reader component

* - Made changes so that if history is of length 1 then the backbutton will take you to /library
- made use of the startsWith method so that if we use url for the saving the last viewed category there won't be a need to change this
- changed a few relative imports to absolute imports

* Back button won't show for any route that has an icon in the  sidebar
2021-10-26 11:49:23 +03:30
Sascha Hahne
663232cd99 add Unread badges (#48)
* Added conditional unread badges

* Better spacing for unread badges

* Revert minHeight change as it is not relating to this feature

* Change to flexbox
2021-10-26 10:32:30 +03:30
Aria Moradi
2a6f8ed41d add pull request template 2021-10-25 16:44:46 +03:30
Aria Moradi
58c44c156c fix the ugliness of bare messages
- replace "loading..." messages with LoadingPlaceholder
- Use EmptyView where appropriate
2021-10-24 22:56:10 +03:30