* - 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
* 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
* Added conditional unread badges
* Better spacing for unread badges
* Revert minHeight change as it is not relating to this feature
* Change to flexbox
* sidebar is working in the desktop mode
Still needs a few styling imporvements
* - made the color of the sidebar same as the Navbar
- increased font size in when using on a non-mobile device
* changed the main view padding to 64px
* Settings changed a few values to be based on the Theme object
* - Added ToolTip
- Fixed a Typo
- Renamed mobileDevice to isMobileWidth
- changed text property to Title in NavbarItem
* increased tooltip fontsize
* fixed the navbar color when in lightmode
* Used the grey options available in the Theme object
- Added the package-lock.json
* removed package-lock.json
* Changed the colors in the navabr to the closest available color in the Theme object in Material UI
* Made the sidebar close button available even the staticNavbar setting is set to true
* reverted the changes to the .gitignore