nitsua
6b22481a00
Fix the sorting on the agenda to respect using all dates instead of only cinema date to sort
4 years ago
Qstick
aef8a8fd04
Fixed: Fetch blacklist by Movie instead of all
...
Fixes #5066
4 years ago
Qstick
a1e69c3c2b
Lodash replacements: take 2
4 years ago
nitsua
cf804f7dac
Fix issue with arrow keys switching movie when using them inside a textbox (or any element really)
4 years ago
ta264
081fe64bff
Revert "Convert some instances (filter, find, pick) to native from lodash"
...
This reverts commit d8a0aac9c3
.
4 years ago
ta264
9075fdc1c1
Revert "Fix find error on movie details"
...
This reverts commit 6bdd24e62d
.
4 years ago
nitsua
6bdd24e62d
Fix find error on movie details
4 years ago
Qstick
d8a0aac9c3
Convert some instances (filter, find, pick) to native from lodash
4 years ago
nitsua
987ed357d5
Add a link to the github issue if it is added to the change notes
4 years ago
nitsua
b53def3da5
Fixed: Issue with arrow navigation from details working outside of the details page ( #5071 )
4 years ago
Qstick
41cf722ab5
Change over aphrodite references
4 years ago
nitsua
9864d555f2
Fixed: Grouping of movies on the same date in the calendar agenda view ( #5068 )
4 years ago
nitsua
7f814a3cb9
New: Add support for left/right arrows on the movie details to navigate through movies
...
New: Add support for ctrl+home and ctrl+end to jump to the top and bottom of the movie index
New: Add redirect to previous movie instead of index when deleting one
4 years ago
Qstick
4ea9ded0de
New: Add icons for search results to indicate if it has been previously grabbed, failed or is in the blacklist.
4 years ago
Qstick
ca27a80b15
New: Show year with manual import Movie selection
4 years ago
nitsua
6fdf06a882
Fix issue with the disk space label percents overlapping on small screens.
4 years ago
Qstick
e56a784e4c
Null Check firstQueueItem
4 years ago
Qstick
1898114d8c
Remove empty space
4 years ago
Qstick
d6d740a0d2
Replace for loop with find for QueueStatus
4 years ago
nitsua
ff3fd0bb1e
Fix: Address issue with incorrect dates showing on the calendar agenda and add icons for which date type it is
4 years ago
Qstick
4c0a906bfa
Update Settings.js
4 years ago
nitsua
02845c72d3
Add tooltip to path & movie title on the movie index table view
4 years ago
nitsua
9a46d5165c
New: Add support for prioritizing indexers ( #5000 )
4 years ago
nitsua
4fafdcabb7
Fix: Addressed issue with status color not showing on Movie > Details (only purple was working)
4 years ago
Qstick
69071768de
Fixed: Import movie spinning forever when error is returned
...
Fixes #4993
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
29bc38423b
Fixed: Correct Tooltips for Clone Format and Export
...
Fixes #4991
4 years ago
Qstick
da720fdf4c
Fixed: Tooltips not working for Icon Buttons, Revert title pullout in Link.js
4 years ago
Qstick
2f311452da
Fixed: Deleting CF Specification deletes all
4 years ago
Qstick
ecf6dccb35
New: Option to not prefer repacks/propers (for use with Custom Formats)
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
nitsua
7019c8587b
Fix an issue with the language on status labels for inCinemas and added translation to the movieStatus variable ( #4986 )
...
Fix issue where status text was not consistent across all 3 index views and the details
4 years ago
Austin Best
c51b08e26c
Fixed: Address issues with the status being wrong color on the index and movie details (not tracking anything queued/downloading)
...
Fixed: Updated fetchQueueDetails() to not pass movie ids since the store doesn't use them anyways
New: Added text to index poster progress bar showing status
#4525
#4526
#4982
4 years ago
Qstick
5b3a09716b
Fixed: Invalid Translate Key call for CouldNotFindResults
4 years ago
Qstick
ecbdd58f42
New: Separate UI Language into two settings for Movie Info and Main UI
4 years ago
ta264
c3a89c46f5
New: Import and export custom formats
4 years ago
ta264
e014826b17
New TEXT_AREA input type
4 years ago
ta264
f8c3947bad
ClipboardButton improvements
...
Allow overriding CSS, make it work in modals
4 years ago
nitsua
f7e208afe1
Fix issue where options button gets into a state of disabled with no way to re-enable it unless you add a list with movies in it
4 years ago
nitsua
bc83e902cc
Adjust the width of runtime & added since they are to wide
4 years ago
nitsua
2b7af5d99d
Fix a type in the translation of UI
4 years ago
nitsua
7c8ac30077
New: Add label to disk usage progress bar ( #4958 ) [common]
4 years ago
nitsua
f286f99bb6
Translation update, updating inline div tags and placeHolder attributes
4 years ago
Qstick
7ec043afde
Fixed: Don't Show two loading indicators on Movie Detail Tabs
4 years ago
Qstick
c3223ea8e7
Fixed: Links and already added icons overflowing on add movie search results
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
87bf6b5977
Fixed: Manual Import adding empty rows after selecting movie
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
17b93bcc57
Fixed: Representation of episode start time when not starting at the full hour in am/pm notation
...
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
4 years ago
Qstick
579a86a708
Don't Camel Case Localization Endpoint
4 years ago
nitsua
3a7b48825d
Another translation update
4 years ago
Qstick
e45f0ad5fc
Fixed: Don't Fail if User Tries Adding Existing Movie from Discovery
4 years ago
Qstick
87bf010c67
Fixed: Discovery overview description not hidden on mobile
4 years ago
geogolem
e033ce1eff
New: Add OnDelete Notification to TraktConnection
...
to remove movies from Trakt Collection when they are removed from Radarr
Add OnDelete Notification to TraktConnection to remove movies from Trakt Collection when they are removed from Radarr
skip the deleteHandler if the delete Event was triggered for reason: Upgrade
change migration from 180 to 182 since 180 and 181 are already in plan
to be used
address comments regarding helpText for OnDelete
and move check for OnUpgrade deletion reason into trakt connection OnDelete handler
reuse TraktCollectMoviesResource for OnDelete
trakt api should just ignore the other properties anyway
add WithDefaultValue to migration
add unit test case for onDelete to
fix unit testcase for onDelete
4 years ago