Commit Graph

66 Commits

Author SHA1 Message Date
LASER-Yi 5f29baca34
Fix #1817 2022-04-27 10:40:35 +08:00
LASER-Yi 705f6df10a
no log: Cleanup imports 2022-03-27 16:05:01 +08:00
LASER-Yi e18657e426
Improve subtitle tools 2022-03-27 16:03:04 +08:00
LASER-Yi 658237dd50
Refactor modal system 2022-03-27 14:42:28 +08:00
LASER-Yi 4c7c240820
Fix #1769 2022-03-20 20:50:59 +08:00
LASER-Yi d964f04c27
Fix interactive search cache issues 2022-03-20 12:57:44 +08:00
LASER-Yi 14888e01eb
Change all px unit to rem in scss files 2022-03-18 13:40:00 +08:00
Liang Yi 50a252fdd7
Frontend improvement and cleanup (#1690)
* Replace Create-React-App with Vite.js

* Update React-Router to v6

* Cleanup unused codes
2022-03-16 14:26:15 +08:00
morpheus65535 5bfaba9360
Implemented backup and restore feature for configuration file and database 2022-02-22 22:55:07 -05:00
LASER-Yi dc6bd1fd1b Fix a issue that the edit modal will clear the languages profiles if without changing anything 2022-01-24 10:48:33 +08:00
Liang Yi d8d2300980
Add React-Query to improve network and cache performance 2022-01-22 21:35:11 +08:00
LASER-Yi 637f20450e
Fix #1642 2021-12-18 22:16:28 +08:00
LASER-Yi a87a1fad8f
no log: Fix compile errors 2021-12-11 00:11:01 +08:00
LASER-Yi 65e9a029fe
no log: Try to fix some issues with chip component 2021-12-09 22:19:20 +08:00
LASER-Yi 0af9647a6a
no log: Add value property to the chip component 2021-12-09 20:44:17 +08:00
morpheus65535 f0828959f3 Updated deep-translator module and made some fix to support translation to Chinese. There's still a bug in this module that prevent it but one it's fixed, it should be fine. 2021-11-29 14:28:30 -05:00
dependabot[bot] 43be619cea
no log: Bump @types/react-select from 4.0.17 to 5.0.1 in /frontend (#1604)
* [bot]: Bump @types/react-select from 4.0.17 to 5.0.1 in /frontend

Bumps [@types/react-select](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-select) from 4.0.17 to 5.0.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-select)

---
updated-dependencies:
- dependency-name: "@types/react-select"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* no log: some fix after react-select upgrade

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: morpheus65535 <louis_vezina@hotmail.com>
2021-11-02 22:33:24 -04:00
LASER-Yi 07ff287896
Disable modifications of no srt subtitles #1543 2021-09-21 13:12:44 +08:00
LASER-Yi 60e2732f48 Fix items are not updated when using mass editor 2021-09-01 11:30:28 +08:00
LASER-Yi 4887b3dcdd no log: Remove pending subtitles after starting the upload process 2021-08-26 23:34:56 +08:00
LASER-Yi 50fb06b23a Fix a issue that hi and forced is not properly updated on series subtitle upload modal 2021-08-26 20:11:33 +08:00
LASER-Yi 7e48413493 Add forced and hi checkbox to subtitle upload modal 2021-08-25 22:08:36 +08:00
LASER-Yi 4a890b2561 Support multi-language in subtitle upload modal 2021-08-25 00:33:59 +08:00
LASER-Yi 89d95080d0 no log: Fix typos 2021-08-24 09:31:47 +08:00
LASER-Yi 1f3e499f3d Improve performance of Web UI 2021-08-23 11:35:04 +08:00
LASER-Yi a5ecd84605 Add support of uploading multiple movie subtitles at the same time 2021-08-22 21:59:48 +08:00
LASER-Yi f05daa8223 no log: Remove loose object from all tables 2021-08-22 20:03:36 +08:00
LASER-Yi 877368a4af no log: Group Series and Movies page to the same folder 2021-08-22 18:32:11 +08:00
LASER-Yi 4795ac4c77 Move download subtitle action to background 2021-08-22 17:27:58 +08:00
LASER-Yi 2c5aecc0db Add tooltip in notification center 2021-08-22 13:20:08 +08:00
LASER-Yi 43ebecbdb2 Upload serie subtitles in background 2021-08-22 12:30:03 +08:00
LASER-Yi 1e50c515d8 no log: Make background tasks can be extended dynamically 2021-08-22 01:30:25 +08:00
LASER-Yi 87123ab4c7 Upload movie subtitles in background 2021-08-22 01:08:39 +08:00
LASER-Yi 9c8119df3b Add background task support for UI. Let subtitle modification runs in background 2021-08-22 00:44:52 +08:00
LASER-Yi 8348118ff2 Add pagination support to history page 2021-08-17 22:27:33 +08:00
LASER-Yi c5fdea4a76 no log: Fix issues on new modal system 2021-08-17 02:28:18 +08:00
LASER-Yi 82a687c8c8 Rewrite modal system using stack, fix some visual bugs 2021-08-17 01:34:26 +08:00
LASER-Yi 37da3742a0 Add a error page when ui is crashed 2021-08-17 00:46:10 +08:00
LASER-Yi 7fb5da96c0 Fix for #1508 2021-08-16 23:08:21 +08:00
LASER-Yi 42d19eaa42 Fix issues in UI 2021-08-16 22:29:05 +08:00
Liang Yi 6f9c7f3da2
Update Redux Implementation with Redux-Toolkit 2021-08-14 20:59:08 +08:00
LASER-Yi 3ad916f71b Revert "Make wanted tabs update on demand"
This reverts commit 90db37e04e.
2021-07-28 22:36:17 +08:00
LASER-Yi 90db37e04e Make wanted tabs update on demand 2021-07-27 23:03:42 +08:00
LASER-Yi dffb417413 no log: Rename fetched to dirty in OrderIdState 2021-07-27 22:52:27 +08:00
morpheus65535 cb623c3c26 Fixed colors name without the required dash (light and dark ones). #1457 2021-06-30 20:31:52 -04:00
morpheus65535 64cf2bc5d2 Fixed proxy ignore list input that was splitting on dots. #1453 2021-06-28 06:36:54 -04:00
LASER-Yi 22a7541543 Update slider style 2021-06-01 22:04:05 +08:00
LASER-Yi 48ba08e068 Improve series subtitles upload experience 2021-05-22 15:19:17 +08:00
LASER-Yi a417f35856 Rewrite notification system 2021-05-09 11:22:24 +08:00
LASER-Yi 24cb712ad7 Add Socket.IO event which is used for showing notifications in UI 2021-05-09 01:58:56 +08:00