ta264
e0d1e3b03f
Fixed: Don't repeatedly re-render cells
5 years ago
ta264
9b6b406a53
Better selection of jump bar items
...
Show first, last and most common items
5 years ago
ta264
e45f788ca5
Fixed: Faster hasDifferentItems and specialized OrOrder version
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
c4a067751a
Fixed: Artist Type can be null/blank
5 years ago
Qstick
0491358b72
Fixed: Set min-width for Actions Column in Index
5 years ago
Qstick
c673058a10
New: Update Frontend Packages
5 years ago
Qstick
8b860bcb82
Changed: Remove Language Profiles ( #870 )
...
* Changed: Remove Language Profiles
* fixup! Changed: Remove Language Profiles
* fixup! Changed: Remove Language Profiles
* Remove unused method in FileNameBuilder
* Fixed: Cleanup Int Converter Copy/Paste Issues and Grammar
5 years ago
Qstick
a436692d06
Fixed: Remove faulty fetch command (never worked)
5 years ago
Qstick
4a8d01f33e
Fixed: Don't use "Ended" for people
...
Fixes #798
6 years ago
Qstick
7cf39e6a30
Fixed: UI Selector, Rendering Improvements
6 years ago
Qstick
b258fc2e1d
Fixed: Refresh on artistIndex spins forever
6 years ago
Qstick
ec780c310c
Fixed: ArtistIndex selector improvements
6 years ago
Qstick
f0365eaaa7
Fixed: Error displayed occasionally after removing artist
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
63f9338d2f
Fixed: Improve Selection of Executing Commands in Artist list
6 years ago
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>
6 years ago
Qstick
b5f40e420b
New: Bump eslint to 5.15.0, eslint-plugin-react to 7.12.4
6 years ago
Qstick
795a445b52
Fixed: Rendering Tweaks to UI
6 years ago
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
6 years ago
Qstick
0c1f9e6c8d
New: Optional Search Button on Artist Index views
6 years ago
Qstick
6ec8e522de
Fixed: Previous airing in ArtistOverview not working
6 years ago
Qstick
69b6b67bf4
New: Sort by Status in Artist Index/Editor
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
64a8d02f77
New: Server Side UI Filtering, Error Boundaries ( #501 )
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
e41f884153
Fixed: Updates to commandExecutingSelector
6 years ago
Qstick
70dc4d86dc
Fixed: Reorg default properties in ArtistIndexRow
6 years ago
Qstick
df34fb7be7
Fixed: Add default artist props to prevent blank screen
6 years ago
Qstick
60bb0ac063
New: Queued Task/Command List View
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
ba96dad8c7
Fixed: UI and Command manager updates
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
b506fd3ab7
Fixed: UI fixes from Sonarr
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
6 years ago
Qstick
0c7417ee91
Fixed: Filter menu disabled when no items shown
6 years ago
Qstick
15672298c6
Fixed: Artist Statistics throwing errors when null
6 years ago
Qstick
a9e59b7798
Fixed: Prevent JS errors when statistics is null
6 years ago
Qstick
6581b3a2c5
New: UI Updates, Tag manager, More custom filters ( #437 )
...
* New: UI Updates, Tag manager, More custom filters
* fixup! Fix ScanFixture Unit Tests
* Fixed: Sentry Errors from UI don't have release, branch, environment
* Changed: Bump Mobile Detect for New Device Detection
* Fixed: Build on changes to package.json
* fixup! Add MetadataProfile filter option
* fixup! Tag Note, Blacklist, Manual Import
* fixup: Remove connectSection
* fixup: root folder comment
6 years ago
Qstick
e6a43b2dc0
New: Added album disambiguation to UI and Naming [ex. Weezer (Blue Album)] ( #431 )
6 years ago
Qstick
8423b6d488
Fixed: Clean Artist Index Sort Menu, Fix Next/Last Album Sorting
...
Fixes #256
7 years ago
Qstick
87e492fe51
Fixed: Footer doesn't show track or file count.
7 years ago
Qstick
94cca69e92
Fixed: UI Fixes
7 years ago
Qstick
7354e02bff
New: Custom Filtering for UI ( #234 )
7 years ago
David Bates
c6873014c7
WIP: Checks the props for missing poster and deals with it accordingly ( #221 )
...
* Checks the props for missing poster and deals with it accordingly
* Qucik fixes while trying to fix the Artist Poster index bug..
7 years ago
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
-
7 years ago
Qstick
ec2dc34098
New: Interactive Search from Album Detail Page
7 years ago
Qstick
6ff5e6337b
Fixed: Virtual tables/grids on Mobile
7 years ago
Qstick
54e9f88648
Various UI Fixes and Updates
...
Closes #188
Closes #185
Closes #187
7 years ago
Qstick
b0070e0229
Fixed: Last UI reference to nameSlug, remove from model
7 years ago
Qstick
afc4aeb25f
Update to FontAwesome5
7 years ago
Qstick
26ef43f302
New: Manually Edit/Override Album Release ( #181 )
...
* New: Manually Edit/Override Album Release
* !fixup for comments, loading all albums instead of only artist albums
* fixup! UI Cleanup lint issues
* fixup! Remove AddAlbum service for now, fix refresh override selected release
* fixup! Last one... to fix updating albums with custom release set
Closes #109
Closes #129
Closes #128
7 years ago
Qstick
d8c89f5bbd
UI Updates (Cancel Import, Move Artist, Manual Import from Artist)
...
Ability to cancel an import lookup/search at any point.
Ability to move artist path from Artist Edit or bulk move from Mass Editor.
Trigger manual import for Artist path from Artist Detail page.
Pulled from Sonarr
7 years ago
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
7 years ago
Qstick
cd5b658196
UI Action Handler Changes, Misc Fixes
7 years ago
Qstick
a613dad540
Fix Misc Naming in UI and API
7 years ago