Commit Graph

827 Commits

Author SHA1 Message Date
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
Aria Moradi
d24de2a571 Fix Local Source being missing 2021-10-24 21:57:05 +03:30
abhijeetChawla
ad59450e70 add Permanent sidebar for desktop widths(#46)
* 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
2021-10-24 19:34:38 +03:30
Aria Moradi
1ed001a8d8 Remove Anime support 2021-10-18 14:32:57 +03:30
Aria Moradi
1efd899188 don't show anime anymore 2021-10-18 14:27:19 +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
abhijeetChawla
2049c329d7 fixes Reader navbar colors when in light mode (#43)
* 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
2021-10-17 14:18:30 +03:30
minhe7735
7053273b61 Better portrait support (#41)
* Better portrait support

* re-added min and max width. Fixed react hook syntax
2021-10-17 10:45:14 +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
Aria Moradi
0e682c6897 special treatment for Local source 2021-09-19 17:11:29 +04:30
Aria Moradi
0ac2e41597 fix chapter name 2021-09-19 01:44:22 +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
344f4e8638 rm dummy 2021-09-18 02:38:40 +04:30
Aria Moradi
c692b6da6f add dummy file to trigger gh actions 2021-09-18 02:38:32 +04:30
Aria Moradi
b83ef3ec78 add Local source (#33) 2021-09-18 02:16:40 +04:30
Aria Moradi
b47dcbeff7 play favorites with Local source 2021-09-18 00:48:48 +04:30
Aria Moradi
7217b833d3 fix when a source fails to load mangas 2021-09-18 00:05:00 +04:30
Aria Moradi
2de37687ae fail gracefully when a thumbnail has errors 2021-09-18 00:04:09 +04:30
Aria Moradi
a7a4443209 show proper display name for source 2021-09-18 00:03:42 +04:30
Aria Moradi
f17c612d10 fix viewing page number when the string is long 2021-09-18 00:00:12 +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
Phani Rithvij
b038325d46 Optimize images (#32)
/public/favicon.png -- 578.99kb -> 304.19kb (47.46%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>

Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
2021-09-17 20:20:38 +04:30
voltrare
bdbaf256a8 Update hover effect using more of Material-UI color pallete (#29) 2021-09-17 12:37:03 +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
7f27e3b745 fix double redirect issue 2021-09-09 22:19:33 +04:30
Aria Moradi
2e96dcedb3 better UI on mobile for SourceCard 2021-09-09 20:43:13 +04:30
Aria Moradi
3154247300 fix typescript weirdness while migrating from material v4 2021-09-09 18:37:23 +04:30
Aria Moradi
0869bb888f more material-ui v5 migration work 2021-09-09 18:06:09 +04:30
Aria Moradi
5d005441ea migrate material-ui to v5 2021-09-09 17:51:22 +04:30
Aria Moradi
fdfaf2f6d6 update dependencies 2021-09-09 17:05:07 +04:30
Aria Moradi
6e03fa5d87 Merge branch 'master' of github.com:Suwayomi/Tachidesk-WebUI 2021-09-09 16:42:04 +04:30
voltrare
b308544be4 added on hover, active effect (#25)
added hover effect on chapter, episode card
2021-09-09 06:28:08 +04:30
Aria Moradi
ea63469e0e Action button for installing external extension 2021-09-09 06:03:59 +04:30
Aria Moradi
b6461c6fc2 fix the toast system? 2021-09-09 05:59:55 +04:30