mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-30 20:44:01 +00:00
New: Manual import improvements (#683)
* New: Manual import improvements - Detect and merge import with files already in library. - Allow selection of album release from Manual Import modal. - Loading indicator while fetching updated decisions * Disable release switching if user manually overrode release
This commit is contained in:
@@ -16,3 +16,15 @@
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.loading {
|
||||
composes: loading from '~Components/Loading/LoadingIndicator.css';
|
||||
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.additionalFile {
|
||||
composes: row from '~Components/Table/TableRow.css';
|
||||
|
||||
color: $disabledColor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user