Anderson Shindy Oki
0a0762b1cf
Fixed minor style and colors broken on Mantine v7 update
...
* Fixed action icon styles
* small fixes
* fix brand color
* more small fixes
* fix disabled color for dark
* feat: customize highlight and warning badge
* chore: Remove hardcoded variables
* feat: add text wrap pretty to pop over
* fix: pagination position
* chore: small adjustments
2024-06-08 21:36:42 -04:00
dependabot[bot]
240948e638
no log: Bump react-router-dom from 6.22.3 to 6.23.1 in /frontend ( #2507 )
...
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ) from 6.22.3 to 6.23.1.
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@6.23.1/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router-dom
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-09 07:49:07 +09:00
JayZed
eb296e13c1
Improved global search function
...
* Use Hamming textdistance library
Used Hamming textdistance to sort by closest match.
* Global search UI improvements
Increased dropdown height to show more results initially (and which can also be scrolled into view).
Scrollbars will appear automatically as needed.
Remove dropdown when Search box is cleared.
* Added textdistance 4.6.2 library
2024-06-08 06:14:39 -04:00
Anderson Shindy Oki
bcd8257fda
no log: Apply style linter ( #2516 )
2024-06-07 20:49:40 -04:00
Anderson Shindy Oki
be8f2d6d18
Upgraded mantine to v7.x
2024-06-06 23:00:42 -04:00
dependabot[bot]
07534282a2
no log: Bump @types/lodash from 4.17.0 to 4.17.1 in /frontend ( #2495 )
...
Bumps [@types/lodash](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash ) from 4.17.0 to 4.17.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash )
---
updated-dependencies:
- dependency-name: "@types/lodash"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-13 22:24:04 -04:00
morpheus65535
485122bfae
no log: removing leftover subscene remnants
2024-05-09 15:27:48 -04:00
Anderson Shindy Oki
5b5beadf4d
Removed dependency over moment library
...
* feat: remove moment dependency
* refactor
* add tests
* small format
* rename argument
2024-05-08 23:36:50 -04:00
Anderson Shindy Oki
397310eff5
no log: Fix husky installation ( #2488 )
2024-05-07 20:32:17 -04:00
dependabot[bot]
d886515f9c
no log: Bump recharts from 2.12.4 to 2.12.6 in /frontend ( #2487 )
...
Bumps [recharts](https://github.com/recharts/recharts ) from 2.12.4 to 2.12.6.
- [Release notes](https://github.com/recharts/recharts/releases )
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md )
- [Commits](https://github.com/recharts/recharts/compare/v2.12.4...v2.12.6 )
---
updated-dependencies:
- dependency-name: recharts
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-06 19:06:38 -04:00
dependabot[bot]
1c2538ef3c
no log: Bump @testing-library/react from 14.3.0 to 15.0.5 in /frontend ( #2478 )
...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library ) from 14.3.0 to 15.0.5.
- [Release notes](https://github.com/testing-library/react-testing-library/releases )
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/react-testing-library/compare/v14.3.0...v15.0.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/react"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-29 22:13:28 -04:00
Anderson Shindy Oki
86b889d3b6
Improved cutoff options label. #2466
2024-04-24 22:34:42 -04:00
Anderson Shindy Oki
eff4568f72
no log: table overflow wrapper specific to upload modal ( #2459 )
...
* fix: table overflow wrapper specific to upload modal
* chore: apply prettier
2024-04-16 22:54:07 -04:00
Anderson Shindy Oki
b7be8007f2
no log: add animetosho provider anidb integration required message ( #2457 )
...
* chore: add animetosho provider anidb intergration required message
* chore: cs
2024-04-16 20:57:55 -04:00
Anderson Shindy Oki
af893847c6
Fixed subtitle toolbox overlap
2024-04-15 21:24:45 -04:00
Anderson Shindy Oki
b2d807d9d9
Fixed manual upload table long names without spacing. #2448
2024-04-15 11:42:15 -04:00
Anderson Shindy Oki
77ebd036f2
Added animetosho provider
2024-04-14 08:19:13 -04:00
morpheus65535
6fc4b41526
Upgraded some frontend dependencies
2024-04-09 06:29:51 -04:00
morpheus65535
cdf40950b2
no log: revert Bump @fortawesome/free-regular-svg-icons in /frontend ( #2446 )" ( #2447 )
...
This reverts commit d91b276496
.
2024-04-08 21:50:51 -04:00
dependabot[bot]
d91b276496
no log: Bump @fortawesome/free-regular-svg-icons in /frontend ( #2446 )
...
Bumps [@fortawesome/free-regular-svg-icons](https://github.com/FortAwesome/Font-Awesome ) from 6.5.1 to 6.5.2.
- [Release notes](https://github.com/FortAwesome/Font-Awesome/releases )
- [Changelog](https://github.com/FortAwesome/Font-Awesome/blob/6.x/CHANGELOG.md )
- [Commits](https://github.com/FortAwesome/Font-Awesome/compare/6.5.1...6.5.2 )
---
updated-dependencies:
- dependency-name: "@fortawesome/free-regular-svg-icons"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 20:58:37 -04:00
dependabot[bot]
221d5aa2db
no log: Bump recharts from 2.12.2 to 2.12.3 in /frontend ( #2444 )
...
Bumps [recharts](https://github.com/recharts/recharts ) from 2.12.2 to 2.12.3.
- [Release notes](https://github.com/recharts/recharts/releases )
- [Changelog](https://github.com/recharts/recharts/blob/3.x/CHANGELOG.md )
- [Commits](https://github.com/recharts/recharts/compare/v2.12.2...v2.12.3 )
---
updated-dependencies:
- dependency-name: recharts
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-02 16:19:01 -04:00
Caden Gobat
a41dc546aa
no log: Correct some misspellings and grammar ( #2440 )
2024-03-27 06:24:01 -04:00
dependabot[bot]
538e28fce6
no log: Bump @types/react from 18.2.65 to 18.2.70 in /frontend ( #2438 )
...
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react ) from 18.2.65 to 18.2.70.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react )
---
updated-dependencies:
- dependency-name: "@types/react"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-25 21:17:49 -04:00
dependabot[bot]
369622834b
no log: Bump @types/node from 20.11.26 to 20.11.29 in /frontend ( #2435 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.11.26 to 20.11.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-18 19:10:42 -04:00
morpheus65535
1c25d125d3
Merge remote-tracking branch 'origin/development' into development
2024-03-12 23:42:53 -04:00
morpheus65535
a9f438b548
Fixed overflowing of episode titles in wanted view. #2419
2024-03-12 23:42:49 -04:00
JayZed
814b1af79f
Fixed and improved UI while correcting text
2024-03-12 23:03:08 -04:00
morpheus65535
2b9275244b
Updated other React dependencies.
2024-03-12 22:48:00 -04:00
dependabot[bot]
4d94aa2675
no log: Bump @types/react-dom from 18.2.19 to 18.2.21 in /frontend ( #2427 )
...
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom ) from 18.2.19 to 18.2.21.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom )
---
updated-dependencies:
- dependency-name: "@types/react-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-11 20:10:39 -04:00
JayZed
afa529c4b3
Added Test Connection button for whisper provider
2024-03-04 23:10:50 -05:00
JayZed
33f82fe445
Added Weekly Sync option for Radarr and Sonarr
2024-03-04 22:52:24 -05:00
morpheus65535
20d235e1b5
no log: small format fix
2024-03-03 22:27:00 -05:00
morpheus65535
a85ebd86aa
no log: small version fix
2024-03-03 22:24:08 -05:00
morpheus65535
03afeb3470
Updated multiple Python modules (now in libs and custom_libs directories) and React libraries
2024-03-03 12:15:23 -05:00
JayZed
c4553452a5
Allow numeric passwords for all providers. #2416
2024-03-03 11:47:30 -05:00
JayZed
9f3992d9ca
no log: Prettier version?
2024-02-28 22:41:41 -05:00
JayZed
3827ea6ffe
Text updates, especially for thresholds
...
- added explanations for various thresholds
- fixed some spelling and grammar mistakes
- improved wording to make things clearer (hopefully)
- made capitalization, use of periods more consistent
2024-02-28 21:09:45 -05:00
Thijmen Heuvelink
731e44cb9a
Added Progressive Web App support
2024-02-28 19:43:16 -05:00
JayZed
f95db43a2f
Disabled autoscroll to top for underlying window after manual search. #2285
2024-02-26 06:33:06 -05:00
JayZed
e3354aa7f3
Reduced debounce value for event notifications
2024-02-20 20:12:45 -05:00
JayZed
d5466fff23
Added log level/filter settings to Logs page
2024-02-19 21:14:42 -05:00
MrHereAndThere
ad8f116c78
Updated fallback language for embeddedsubtitles provider to be able to specify the one to use
2024-02-19 21:10:27 -05:00
JayZed
5dd001317d
Added Expand All / Collapse All button for series seasons
2024-02-19 21:02:18 -05:00
Hlib
b933eb87b9
Added AvistaZ and CinemaZ subtitles provider
2024-02-19 19:46:14 -05:00
morpheus65535
ebd0b21c6d
no log: additional fixes
2024-02-13 22:18:04 -05:00
morpheus65535
faa4dfb77c
Fixed saving of null anti-captcha provider that caused Validator to reset default value.
2024-02-13 22:00:59 -05:00
JayZed
938f6df386
Added separate values to whisperai provider for connection and read timeouts
...
Added "response" key with default value of 5 to pair with existing "timeout" key which has a default of 3600 sec.
Both values can be updated in WhisperAI settings dialog by user.
More information about these timeouts here: https://reqbin.com/code/python/3zdpeao1/python-requests-timeout-example
2024-01-28 21:09:37 -05:00
Vitiko
deef13d11b
Add Argenteam Dump Provider
2024-01-28 17:18:48 -04:00
JayZed
990448b06e
Added Sync Optimization for Movies, Series and Episodes to ignore unmonitored items
2024-01-24 18:07:15 -05:00
JayZed
e17865ad53
Fixed improper passing of hi and forced flags when searching a subtitles manually. #2350
2024-01-23 19:57:27 -05:00