Commit Graph
7 Commits
Author SHA1 Message Date
abhijeetChawla 052c9c3ba6 add NavBarContextProvider (#128) 2022-03-03 13:09:18 +03:30
abhijeetChawla aaaadebfb3 refactor ChapterOptions (#126)
* Added a useLocalStorageReducer funtion
This is mostly  a refactor of ChapterOptions to simplify it with  a reducer function
Also moved a lot of function used in ChaperList to a utility file

* Added UseCallback where needed

* renamed utility folder to util to follow the convention throughout the app

* Refactor: Moved Resume FAB to seperate file

* Renamed  Types and Function for chapter filtering and sorting with the chapterOption prefix

* more renaming
2022-01-24 13:09:28 +03:30
abhijeetChawla f273b11a82 refactor ChapterList (#125)
* Refactor to move all the Data fetch logic for chapters to seperate Hook called useChapterFetch

* Bug fix: No Chapters found Toast
2022-01-23 10:00:54 +03:30
abhijeetChawla 670508e085 Refactor for Removing unnecesary UseEffect (#118) 2021-12-20 12:13:49 +03:30
abhijeetChawla 2a7b0692e2 added extension search (#115)
Rewrote Extensions as with Virtuoso and Made it Query Work just the Extension Sort order is remaining
2021-12-19 11:25:35 +03:30
abhijeetChawla d382998d06 Chapter filter is woking (#114) 2021-12-13 17:52:56 +03:30
abhijeetChawla ac4aa7d1ca MangaCard imges don't stretch now (#110) 2021-12-03 13:09:02 +03:30