Taloth Saldono
7ca438f6db
Added MultiSelect input control for provider settings
4 years ago
Mark McDowall
e5e69bef45
Fixed: Copying passwords
...
(cherry picked from commit c871b3f9487b9bfeb3726d763a632a772b420a0a)
4 years ago
Qstick
d5d2fa5f92
Update Frontend Packages
...
Fixes : #1627
Fixes : #1628
Fixes : #1629
Fixes : #1630
Fixes : #1631
Fixes : #1632
Fixes : #1633
Fixes : #1634
Fixes : #1635
Fixes : #1636
Fixes : #1637
Fixes : #1638
Fixes : #1639
Fixes : #1640
Fixes : #1641
Fixes : #1642
Fixes : #1643
Fixes : #1644
Fixes : #1645
Fixes : #1646
Fixes : #1650
Fixes : #1651
4 years ago
Taloth Saldono
ace7371b69
Fixed enter in modal confirmation dialogs
...
(cherry picked from commit 930742ae2c69a530afe60f76a5824f2722540df8)
4 years ago
Taloth Saldono
02cd5fa3c6
Fixed scrolling issue in Root Path selector dropdown on mobile
4 years ago
Taloth Saldono
efcc9abff1
Linting error
4 years ago
Jacob
a035a78a2b
New: Added option to filter Release Profile to a specific indexer
4 years ago
Mark McDowall
45a3770983
Fix proptype warning for id of EnhancedSelectInputOption
4 years ago
Mark McDowall
63bec4131b
Fixed: Details for episode history flashing on mobile devices
4 years ago
Qstick
09ebfe0af8
Catchup Linting
4 years ago
ta264
1bc52d0138
Fixed: restoring scroll position when going back to index page
4 years ago
ta264
e681469857
Fixed: Speed up AlbumStudio
4 years ago
Qstick
0e78135f91
Switch Automation to Chrome for Test Speed
4 years ago
Mark McDowall
bc5f78b0c8
Add class to allow for overriding scrollbar width
...
Closes #1379
(cherry picked from commit 42343d528372c494b297e5c84125f7bdb6ab4eec)
4 years ago
Mark McDowall
d83e20937d
New: Monitor and Process downloads separately
...
New: Queue remains up to date while importing file from remote file system
Fixed: Failed downloads still in queue won't result in failed search
4 years ago
Mark McDowall
a51ec51988
New: Not in Last/Next for date custom filters
...
(cherry picked from commit 9a3669d80191e1f8e17fa22e5d1d9ae56fe13210)
4 years ago
Dyson Parkes
864d5028e1
Update MonitorToggleButton.js
...
Fix toggle monitored state tooltip spelling.
4 years ago
Qstick
21b6d9e2eb
Fixed: Styling issues in Quality Profile and Release Profiles
4 years ago
Qstick
1c1158d74c
Fixed: Tag inputs respect non-QWERTY layouts
4 years ago
Qstick
5bbbe0d99d
Fixed: Deleting row from middle of filter builder leading to error
4 years ago
Qstick
1f752e7bb7
Fixed: Rotating mobile device when modal is open won't reset modal
4 years ago
Qstick
a29ee22167
Fixed: Toolbar button collapsing includes separator
4 years ago
Qstick
1a0ef56bac
New: Indicator when Filter Applied
4 years ago
Qstick
f5e2a447e9
Sync Packages with Radarr
4 years ago
ta264
4fd772f62b
New: Warn if UI won't update due to SignalR errors
4 years ago
Taloth Saldono
3f3dd20371
Replaced matchAll usage since it's not available on all browsers
4 years ago
Taloth Saldono
08b2aef5b7
Inline markdown-style link for PackageAuthor
4 years ago
ta264
be4e748977
New: Don't require artist mapping
4 years ago
ta264
b592b11b97
Fixed: Editing provider/profile settings appearing to affect wrong item
4 years ago
Qstick
30a72332a4
Fixed: Default id for MenuContent
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
ta264
0bde5fd9e5
New: Add/remove individual albums
4 years ago
ta264
9902434057
Fixed: Rework Artist Index and VirtualTable
4 years ago
ta264
25e4e30520
Better selection of jump bar items
...
Show first, last and most common items
4 years ago
ta264
cccac3532d
Fixed: Use a worker for UI fuzzy search
4 years ago
ta264
8fe924fdcd
New: Multi target net framework 4.6.2 and net core 3.0
4 years ago
ta264
8a938f6856
New: Switch to ASPNetCore Kestrel and SignalR
4 years ago
ta264
4413c7e46c
New: Unmapped files view ( #888 )
...
* New: Unmapped files view
Displays all trackfiles that haven't been matched to a track.
Generalised the file details component and adds it to the album
details screen.
* Add sorting by quality
* New: MediaServiceTests & MediaRepoTests
5 years ago
Mark McDowall
b7458f6d9c
Menu fixes
...
Fixed: Menus in modals on iOS
Fixed: Menu not closing on outside touch on mobile
5 years ago
Mark McDowall
e555d790e6
Fixed: Scrolling of modals with tabular content in iOS
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
87cb97407a
Fixed: Prop type warning on MenuItem
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
ta264
0352f8d3ff
Fixed: Faster artist endpoint ( #874 )
...
* Fixed: Speed up AllArtist API endpoint
* New: Display UI before artists have loaded
* Add test of new repository methods
5 years ago
Qstick
72947029f4
Fixed: Other Misc Improvements
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
d41a10df21
Fixed: Actions on mobile not indicating when they are disabled
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
a09611a580
Fixed: Modal scrolling causing app to scroll on iOS
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
2273be5afd
Fixed: Edit path on artist index resetting cursor to end on change
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
8440675ad9
Fixed: Canceling editing a custom filter won't close the Custom filter modal
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
efdf2fb41a
Fixed: tag input alignment and height
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
593259b1c0
New: Wider and taller scroll bar for the click to scrollers out there
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
Qstick
52ec4c4a66
New: HintedSelectInput Component
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
Qstick
9ca81eb320
Fixed: Issue searching for artist in the UI when tag is removed
5 years ago