Commit Graph

313 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
Sascha Hahne
e9bdc95060 Implement Unread Filter for Library (#54) 2021-10-29 21:41:23 +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
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
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
Aria Moradi
1ed001a8d8 Remove Anime support 2021-10-18 14:32:57 +03:30
Aria Moradi
438a2d8212 rename ExtensionLangSelect: generic name for generic use 2021-10-18 14:24:11 +03:30
Aria Moradi
35da3b76c8 force Local source at LangSelect 2021-10-18 14:22:33 +03:30
Aria Moradi
23c8e649a1 default languages cleanup, force Local source enabled 2021-10-18 14:02:51 +03:30
Aria Moradi
cc9eff2834 fix typo 2021-10-10 23:49:04 +03:30
Aria Moradi
098b98ca59 fix overlapping requests 2021-10-10 23:19:42 +03:30
Aria Moradi
bf294b3d73 fix chapterFetch loop 2021-10-10 23:00:03 +03:30
Aria Moradi
3da7964199 fixes #39 2021-10-06 21:33:16 +03:30
Aria Moradi
08980982e2 add support for Updates 2021-09-28 00:41:12 +03:30
Aria Moradi
cd86e160ca fix chapter list not calling onlineFetch=true 2021-09-27 18:29:05 +03:30
Aria Moradi
9a89346c01 add Local source guide 2021-09-19 17:30:34 +04:30
voltrare
115d284f4f update text positioning on Reader and Player (#35) 2021-09-18 23:43:59 +04:30
Aria Moradi
03e7d4976a add support for useCache 2021-09-18 20:59:23 +04:30
Aria Moradi
7217b833d3 fix when a source fails to load mangas 2021-09-18 00:05:00 +04:30
Phani Rithvij
36fea37e23 try fix #30 (#31)
This ensures `<input>` gets rendered first before `input?.addEventListener` gets called
2021-09-17 20:21:13 +04:30
Aria Moradi
32c9bd76c7 show a Delete button for downloaded chapters 2021-09-17 01:26:26 +04:30
Aria Moradi
f6fccbe348 nice looking progress percentage 2021-09-17 00:54:46 +04:30
Aria Moradi
3d3c2a29ca implement source configuration 2021-09-13 19:18:21 +04:30
Aria Moradi
3b959e1f6d move sourceConfiguration button to SourceMangas 2021-09-09 22:57:19 +04:30
Aria Moradi
5d005441ea migrate material-ui to v5 2021-09-09 17:51:22 +04:30
Aria Moradi
ea63469e0e Action button for installing external extension 2021-09-09 06:03:59 +04:30
Aria Moradi
09f92c853d implement the install external apk api 2021-09-09 05:14:17 +04:30
voltrare
7710c287c5 Update Cards and SearchSingle, AnimeSearchSingle (#22)
added margin to show the rounded corners of each cards
added styling to the search ( searching in sources )
2021-09-07 01:38:54 +04:30
Aria Moradi
0fbc434644 showNsfw default shall be true 2021-09-05 01:25:37 +04:30
Aria Moradi
e4853864ec migrate genre type 2021-09-05 01:11:25 +04:30