Mark McDowall
c9e3890f73
Fixed: Remove 'Parse Testing' from sidebar
2023-07-11 07:51:03 -07:00
Mark McDowall
85e2855981
New: Added UI for parsing release names
...
Closes #5263
2023-07-10 20:54:16 -07:00
Qstick
f6ae9fd6c5
New: Download Client Tags
...
Closes #402
2023-07-10 23:51:14 -04:00
jack-mil
a6f2db9139
New: Custom Format Score column in queue
...
Closes #5780
2023-07-10 23:49:00 -04:00
Bogdan
dd096e0fda
Fixed: Invalid image URL if Series is missing background image
2023-06-26 18:23:18 -04:00
Bogdan
6816767fad
Allow array of string as value in EnhancedSelectInput
2023-06-26 15:18:15 -07:00
Bogdan
ee843259bc
New: Improve empty list messaging
2023-06-26 18:18:03 -04:00
Bogdan
377e5f7fc7
New: Search library by TheTVDB, TV Maze or IMDB IDs
2023-06-20 19:29:15 -07:00
Mark McDowall
5601a94016
Add missing imports
2023-06-20 13:02:28 -07:00
Bogdan
1f785dd30d
Show loading errors as Alerts ( #5736 )
...
New: Improved page loading errors
2023-06-16 10:49:08 -07:00
Bogdan
2603138975
Update translations
2023-06-13 21:01:32 -07:00
Bogdan
0e07d54ee7
Add HelpTextWarning support in FieldDefinition
2023-06-13 20:55:20 -07:00
Stevie Robinson
9dc090e15e
Update MoreInfo.js with new discord link
2023-06-13 20:52:11 -07:00
Qstick
18716a0051
Update Remote Path Mapping delete modal title
2023-06-12 15:24:06 -04:00
Qstick
a8d94773a1
Fixed: Filter series by Tvdb deleted status
2023-06-12 10:07:13 -04:00
Bogdan
dd31c913d2
Use more specific styling for kinds in ProgressBar
2023-06-09 15:00:19 -07:00
Bogdan
48ee1158ad
Fixed: Enforce validation warnings
2023-05-28 11:07:40 -07:00
Qstick
efab1b0793
Cleanup react warnings from manage modals
2023-05-28 08:37:39 -05:00
Qstick
593652a84a
Fix priority input for provider manage edit modal
2023-05-28 08:37:39 -05:00
Bogdan
f90bef6934
Fix showing sorting values, add tooltips and translations to SeriesIndexPoster
2023-05-27 16:56:19 -07:00
Matthew Strapp
8e771f95ad
Fixed: Use relative paths instead of absolute paths for webmanifest
2023-05-27 19:34:48 -04:00
Qstick
73ccab53d5
New: Bulk Manage Import Lists, Indexers, Clients
2023-05-27 18:00:49 -05:00
bakerboy448
b510201b43
Fixed: A really important spelling mistake
2023-05-26 19:44:32 -07:00
Bogdan
af55e322f1
Fixed: Sorting search releases by language
2023-05-26 16:19:42 -04:00
JeWe37
9f1e215120
New: Option to Import via Script
...
Closes #791
2023-05-22 23:36:17 -04:00
Stevie Robinson
bf90c3cbdd
New: refresh only selected or filtered series
...
Closes #5611
2023-05-21 17:05:30 -04:00
Bogdan
2016f11b1c
New: Show current tags for Connections
2023-05-19 18:55:44 -04:00
Qstick
94a8ef6304
New: Advanced settings toggle in indexer edit/add modal
...
(cherry picked from commit a570fd2a8f138fb89c5b0ae43ddb7919f6bf26e3)
2023-05-18 16:43:08 -07:00
Bogdan
f32a3cd41c
Sort tags by label
...
(cherry picked from commit bb1ebda753157a96154095e0c1e32703f2a68d1a)
Co-authored-by: Mark McDowall <markus.mcd5@gmail.com>
2023-05-17 16:58:15 -07:00
Bogdan
3508cb63dc
Update UI dependencies
2023-05-14 21:11:16 -07:00
Mark McDowall
62b948b24c
New: Calendar filtering by tags
...
Closes #5476
2023-05-11 22:36:26 -07:00
Mark McDowall
7c0d344437
New: Calendar month view will scroll to today on load and press
...
Closes #5574
2023-05-11 20:58:12 -07:00
Mark McDowall
f63e060ac4
Use QualityProfile instead of any
2023-05-10 21:01:52 -07:00
Stickie
5ec282750b
New: Notifications when Manual Interaction is required for importing
...
Closes #5193
2023-05-08 16:35:03 -07:00
Bogdan
9325140b90
API key improvements
...
Fixed: Special characters in API key
New: Add heathcheck for API Key
2023-05-07 20:56:26 -07:00
bakerboy448
e72431144b
New: Improved maintenance release wording
2023-05-07 18:58:56 -07:00
The Dark
5fdc8514da
New: On Health Restored notification
...
Closes #4262
2023-05-07 18:57:14 -07:00
Benjamin Staneck
6a49f3989a
Fix stylelint runs by pinning string-width to a non ESM-only version
...
Add `inset` to stylelintrc
2023-05-07 10:20:08 -07:00
Benjamin Staneck
d79f42351f
Remove unused babel plugins and fix build with profiling
2023-05-07 10:20:08 -07:00
Benjamin Staneck
4aba540b89
Update all relevant dev tool deps
...
Delete esformatter
Address lint failures
Delete unknown component property
remove deprecated stylelint rules
Address stylelint violation
Update rimraf
2023-05-07 10:20:08 -07:00
Benjamin Staneck
9ebd2f96ad
Add VSCode extension recommendations
...
To make it easier for new contributors, suggest extensions for the tools we use
2023-05-07 10:20:08 -07:00
Benjamin Staneck
e12c679cd8
Move vscode settings to the frontend folder
...
Since it applies to all of frontend, I think it makes more sense to have it here instead of src
2023-05-07 10:20:08 -07:00
Benjamin Staneck
0da89478cc
Delete various old config files
...
Delete `jsconfig.json`
This file actually did nothing since we have a `tsconfig.json`. Behavior does not change since `checkJs` is `false` in both.
Delete `.jsbeautifyrc`
Was not used from what I could tell and we have a ESFormatter config file as well and that is basically the successor.
Delete `.csscomb.json`
Was not used from what I could tell, also the project seems dead, last publish 4 years ago. Also we have stylelint in place that covers CSS.
2023-05-07 10:20:08 -07:00
Bogdan
b0773ae7e3
Fix loading eslintrc
2023-04-29 21:12:20 -07:00
Benjamin Staneck
7aa8463438
Fixed some aria violations
2023-04-30 00:05:21 -04:00
Benjamin Staneck
5d873fafec
New: Updated button and calendar outline colors for dark theme
2023-04-29 23:58:01 -04:00
Fabricio Silva
83cee4b00e
Fixed: Edit Quality Profile not opening
...
Closes #5588
2023-04-28 10:46:26 -04:00
Benjamin Staneck
bb77bb640c
Use minified jquery
2023-04-27 10:33:59 -04:00
Benjamin Staneck
e34d250440
Fix typo in calendarBackgroundColor CSS variable
2023-04-27 10:32:31 -04:00
Mark McDowall
b3260ba866
New: Colon replacement naming option
2023-04-24 07:59:36 -07:00