Qstick
ab7bc85368
fix mass delete
2021-08-22 15:53:30 -04:00
Qstick
2b6b17707d
Cleanup unused frontend components
2021-04-25 23:05:05 -04:00
Mark McDowall
7d494f9743
Fixed: Restoring backup from zip file on disk
...
(cherry picked from commit 5960035d5d660a923e11b0300833b60c64271522)
2021-03-16 19:29:49 +00:00
Qstick
f822177056
Fixed: Settings fields being altered during save
...
(cherry picked from commit dd61480d60e067e851982b0cc98f03f752b80673)
(cherry picked from commit cf42e0258656ba5c19e6e6fde4ddeb107c2d2416)
2021-03-16 19:29:49 +00:00
Qstick
56fc455137
Fixed: Indexer Index custom filters
2021-02-21 21:18:19 -05:00
Qstick
413fc1aa11
Rework Add Indexer Modal
2021-02-13 02:56:30 -05:00
Qstick
e1020f4107
Initial Push
2020-10-18 04:18:35 -04:00
nitsua
5b83d09d5e
Remove some instances of moment that are not needed on the index to reduce the load
2020-10-17 01:04:50 -04:00
Qstick
d86402efb1
Fixed: formatTimeSpan shows incorrect when over 1 month
2020-10-04 23:38:10 -04:00
Qstick
a1e69c3c2b
Lodash replacements: take 2
2020-09-28 22:02:02 -04:00
ta264
081fe64bff
Revert "Convert some instances (filter, find, pick) to native from lodash"
...
This reverts commit d8a0aac9c3
.
2020-09-28 06:26:23 +01:00
Qstick
d8a0aac9c3
Convert some instances (filter, find, pick) to native from lodash
2020-09-27 22:33:21 -04:00
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
2020-09-26 10:49:47 -04:00
nitsua
4fafdcabb7
Fix: Addressed issue with status color not showing on Movie > Details (only purple was working)
2020-09-11 22:59:57 -04:00
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
2020-09-10 11:04:52 -04:00
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
2020-09-10 00:03:44 -04:00
nitsua
f286f99bb6
Translation update, updating inline div tags and placeHolder attributes
2020-09-06 13:50:55 -04:00
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 >
2020-09-06 02:51:04 -04:00
Qstick
579a86a708
Don't Camel Case Localization Endpoint
2020-09-05 00:38:22 -04:00
nitsua
3a7b48825d
Another translation update
2020-09-04 23:04:00 -04:00
nitsua
3548433a10
New: Add runtime format option in Settings > UI so users can choose between a mins view and h/m view
2020-09-03 22:51:33 -04:00
nitsua
a28c5675ef
Fix: Address issue when runtime is under 1 hour and it falls back to 12h.
...
New: Update time column on Movie > Index > Table to show hour minutes instead of only minutes
2020-08-25 00:22:12 -04:00
nitsua
9cb3ff238b
New: Added new custom filters for Not in Last/Next for date filters ( #4816 )
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-08-04 08:11:32 -04:00
Qstick
71e715f954
Import Sorting Lint for Frontend ( #4655 )
2020-07-28 14:47:25 -04:00
Qstick
ffff528ccb
New: Localization framework
2020-07-17 23:37:46 -04:00
Qstick
6802bfc736
Fixed: List UI Revamp
2020-06-14 17:42:08 -04:00
Qstick
f3d7852ec4
Fixed: Queue not always clearing checked items when updated
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2020-04-22 17:33:08 -04:00
ta264
7584d95149
Fixed: Not showing past first few pages of history
2020-02-25 20:10:14 -05:00
ta264
241bf85f15
New: Better interface for creating custom formats
2020-02-21 21:29:15 -06:00
ta264
abe7a85a39
Fix: Aphrodite UI enhancements
...
* New: Display UI before movies have loaded
* Revised webpack bundling
* New: Option for production build with profiling
* Fixed: Faster hasDifferentItems and specialized OrOrder version
* Fixed: Faster movie selector
* Fixed: Speed up release processing, add indices (migration 161)
* Fixed: Use a worker for UI fuzzy search
* Fixed: Don't loop over all movies if we know none selected
* Fixed: Strip UrlBase from UI events before sending to sentry
Should mean that source maps are picked up correctly.
* Better selection of jump bar items
Show first, last and most common items
* Fixed: Don't repeatedly re-render cells
* Rework Movie Index and virtualTable
* Corresponding improvements for AddListMovie and ImportMovie
2019-11-27 09:19:35 -05:00
Qstick
1514613f61
New: Added MinAvailability Option to UI
2019-10-10 23:20:48 -04:00
ta264
79cf3079c3
Updated Nancy to 2.0
2019-09-08 20:53:37 -04:00
Qstick
23670bca12
New: Upstream Updates
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2019-08-30 22:50:03 -04:00
Qstick
7698ae00dd
Fixed: Misc UI/Test Fixes
2019-07-12 23:15:13 -04:00
Qstick
6275737ced
New: Many UI Updates and Performance Tweaks
2019-06-11 22:07:34 -04:00
Qstick
8430cb40ab
New: Project Aphrodite
2019-06-11 22:06:43 -04:00