mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-12 10:55:12 +00:00
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
This commit is contained in:
22
frontend/src/UnmappedFiles/UnmappedFilesTableRow.css
Normal file
22
frontend/src/UnmappedFiles/UnmappedFilesTableRow.css
Normal file
@@ -0,0 +1,22 @@
|
||||
.path {
|
||||
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
||||
|
||||
flex: 4 0 400px;
|
||||
font-size: 13px;
|
||||
font-family: $monoSpaceFontFamily;
|
||||
}
|
||||
|
||||
.quality,
|
||||
.dateAdded,
|
||||
.size {
|
||||
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
||||
|
||||
flex: 0 0 120px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.actions {
|
||||
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
|
||||
|
||||
flex: 0 0 90px;
|
||||
}
|
||||
Reference in New Issue
Block a user