mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -07:00
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 -
This commit is contained in:
parent
24ff756eeb
commit
54ca73f474
5 changed files with 31 additions and 6 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -133,4 +133,6 @@ output/*
|
|||
_start
|
||||
_temp_*/**/*
|
||||
|
||||
src/.idea/
|
||||
## Merge any idea folder
|
||||
*/**/.idea
|
||||
*.iml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue