images on file cards now load when the accordion is hovered over to increase responsiveness. images are loading maybe a second before clicking so hopefully they're done by the time the expansion finishes

added the ability to create playlists in the gui through a new dialog

reloading mp3s/mp4s doesn't cause an image refresh anymore when the list is unchanged

fixed loading spinner of available formats so it now only shows when it is loading the current url

file card images now don't show when errored or thumbnailurl doesn't exist
This commit is contained in:
Isaac Grynsztein
2020-02-23 03:18:26 -05:00
parent b87b49d77b
commit a0eff4d96d
10 changed files with 245 additions and 37 deletions

View File

@@ -111,4 +111,8 @@ mat-form-field.mat-form-field {
position: absolute;
bottom: 0px;
width: 150px;
}
.add-playlist-button {
float: right;
}