Bogdan
f436d730fe
New: Bulk Manage Applications, Download Clients
...
Co-authored-by: Qstick <qstick@gmail.com >
2023-07-17 04:30:26 +03:00
Bogdan
08a3682b89
Limit search input to first character matching when only one character is typed
2023-06-21 07:25:09 +03:00
Bogdan
7920378789
Add CSS typings
...
Closes #2195
2023-05-27 13:43:36 +03:00
Benjamin Staneck
1978a726bb
Fixed some aria violations
...
(cherry picked from commit 7aa846343815105e3576e6aa20eac64fcb0edf8d)
Closes #2422
2023-04-30 11:36:46 +03:00
Qstick
1caa49c895
Update UI Packages
...
Align with Lidarr
2023-01-24 11:51:34 -06:00
Zak Saunders
6e38df366f
New: Darkmode
...
* New: Native Theme Engine
Co-Authored-By: Zak Saunders <thezak48@users.noreply.github.com >
(cherry picked from commit 2291f3e00eb2ff9268a0b2f49da8dde82ee13c04)
* Update CSS for themes
* Fixup CSS values
* Fixup remove duped Color-Impaired setting
* Fixup Link Colors
Co-Authored-By: Qstick <qstick@gmail.com >
2023-01-21 18:18:48 -06:00
ta264
c9cb0a9774
New: Search bar searches books as well as authors
2021-09-01 21:04:39 +01:00
Taloth Saldono
ba9f618405
Lazy Loading fuse-worker and fixed some potential timing issues when it's slow. Also keep last result while typing.
...
(cherry picked from commit 1e98002b8f3b01e41bff011644a9345c37c259c1)
2021-09-01 21:04:39 +01:00
ta264
93f0f33e84
Fixed: restoring scroll position when going back to index page
2021-05-13 21:15:11 +01:00
ta264
c1f2ea6c8a
Fixed: Don't distort author images in search bar results
2021-04-12 19:49:32 +01:00
bakerboy448
caaa8bfead
Fixed: '/author' URL Base breaking UI navigation
2020-12-24 15:23:09 -05:00
Qstick
c17f3a90a7
Catchup Linting
2020-09-27 10:38:30 -04:00
Qstick
6dbce8d12e
Sync Packages with Radarr
2020-07-02 19:40:28 +01:00
Qstick
ee43ccf620
Renames in Frontend
2020-05-19 21:50:37 +01:00
ta264
08496c82af
New: Readarr 0.1
2020-05-09 22:24:45 +01:00
Qstick
3b7eb01918
New: Lidarr to Readarr
2020-02-29 16:58:13 -05:00
ta264
8a20c0fa83
New: Add/remove individual albums
2019-12-16 21:21:32 +00:00
ta264
624ee1daa4
Fixed: Use a worker for UI fuzzy search
2019-12-15 22:00:40 -05:00
Qstick
9ca81eb320
Fixed: Issue searching for artist in the UI when tag is removed
2019-08-09 23:19:58 -04:00
Qstick
1955cd9f73
Fixed: Improve performance of search input selector
2019-04-28 14:00:25 -04:00
Qstick
edeb3e44ff
New: Use Fuse.js for UI header search
2019-04-27 22:54:13 -04:00
Qstick
0a6f552d5b
New: Cleanup UI tooling, Update to Webpack 4, Gulp 4 ( #655 )
...
* New: Webpack 4
* New: Gulp 4
* New: Transpile UI for old browsers
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2019-03-08 21:10:23 -05:00
Qstick
f43c1e749f
New: Replace 'react-router-redux' with 'connected-react-router'
2019-03-01 22:27:55 -05:00
Qstick
3f064c94b9
New: Release Profiles, Frontend updates ( #580 )
...
* New: Release Profiles - UI Updates
* New: Release Profiles - API Changes
* New: Release Profiles - Test Updates
* New: Release Profiles - Backend Updates
* New: Interactive Artist Search
* New: Change Montiored on Album Details Page
* New: Show Duration on Album Details Page
* Fixed: Manual Import not working if no albums are Missing
* Fixed: Sort search input by sortTitle
* Fixed: Queue columnLabel throwing JS error
2019-02-23 17:39:11 -05:00
Qstick
9007f9319a
Fixed: Toolbar collapsing on device rotation
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2018-11-10 23:19:10 -05:00
Qstick
e7bd67fcfa
New: Frontend package updates
2018-10-01 21:05:33 -04:00
Qstick
ca244b0da5
Fixed: Remove value length restriction from ArtistSearch
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2018-09-13 22:43:57 -04:00
Qstick
539d7b3e66
Fixed: Blank Screen after Import
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com >
2018-07-18 22:06:26 -04:00
Qstick
54349f95f1
Fixed: Search Bar returns 404
...
Fixes #377
2018-05-30 21:11:36 -04:00
Qstick
d79139976c
New: Search by Tag
2018-05-20 02:13:52 -04:00
Qstick
bdf677479a
Changed: Update Donation Links
2018-04-08 21:44:05 -04:00
Qstick
7354e02bff
New: Custom Filtering for UI ( #234 )
2018-03-14 21:28:46 -04:00
David Bates
54ca73f474
Fixes two ui issues ( #206 )
...
* Fixes two ui issues
References #205
- Fixes issue when in Table mode for the artist index when you click on a letter and error was thrown
- The VirtualTable reference was not set prior to trying to access functions on the object
Also fixes another ui issue I saw, when you were in the search box, the up and down arrows would not work in the Autocomplete componenet, this fixes that.
Gitignore changes to ignore my Idea projects
Adds .editorconfig for editors that respect that to maintain spacing and other config
* Changers per @QStick and the code review.
- Moved Ref out to funtion rather than inline as that can cause a performance hit
- Changed line in gitignore to ignore any .idea folder
- Cleaned up the editorconfig file
- Used proper background color in the CSS for the search suggestions
-
2018-02-11 16:57:00 +01:00
Qstick
54e9f88648
Various UI Fixes and Updates
...
Closes #188
Closes #185
Closes #187
2018-01-25 22:01:53 -05:00
Matthew Despain
de22991856
Updated donation links
2018-01-18 21:33:00 -07:00
Qstick
9374461d97
Fixed: Page header search box uses incorrect artist link
2018-01-18 21:09:34 -05:00
Tynan CR
9d00a17ade
Fixed eslint errors and re-enabled build.sh check ( #150 )
...
* Fixed eslint errors and re-enabled build.sh check
* Corrected typo
* Corrected typo
* Disabled max-params on files with warnings
* Fixes for PR comments
* Fixes for PR comments
* Fixes for PR comments
* Fixes for PR comments
* Fixes for PR comments
* Fixes for PR comments
2017-12-17 00:49:47 -05:00
Qstick
cd5b658196
UI Action Handler Changes, Misc Fixes
2017-11-26 15:09:45 -05:00
Qstick
21428cba6f
Medium Support (Multi-disc Albums), Quality Grouping ( #121 )
...
* Multi Disc Stage 1 - Backend Work
* Quality Group Functionality
* Fixed: Only show wanted album types on ArtistDetail page
* Add Media Count Column to ArtistDetail Page
* Parser updates for multidisc cases, other usenet release title formats
* Search for Tracks by Medium Number in Addition to Title and TrackNumber
* Medium Renaming Token for Track Naming
* fixup Codacy and Comment Cleanup
* fixup remove comments
2017-11-15 21:24:33 -05:00
Qstick
1700c471b7
More UI Cleanup
2017-10-07 18:38:31 -04:00
Qstick
c8ed46850a
Updates to UI, Update NLog to 4.4.12
2017-10-01 23:05:28 -04:00
Qstick
48d31523a5
[UI] Add Language to Manual Import, Fix Posters,Banners
2017-09-17 16:39:13 -04:00
Qstick
44cc642ad4
[UI Work] Misc UI Fixes and Tweaks
2017-09-16 16:22:06 -04:00
Qstick
0054226307
[UI Work] Artist Detail Page, Album Studio, Wanted, NavSearch, Rename
2017-09-11 23:11:32 -04:00
Qstick
77f1d2e64c
[UI Work] Add Artist, Import Artist, Calendar
2017-09-07 23:09:52 -04:00
Qstick
95051cbd63
Initial Commit Rework
2017-09-05 23:00:26 -04:00