Skip to content

Commit

Permalink
Get music image for main window and album list + replace innerHTML by…
Browse files Browse the repository at this point in the history
… appendChild to improve perfs

TODO: use web workers to get images, since it adds a huge workload to main thread
  • Loading branch information
Elanis committed Sep 9, 2023
1 parent bafe9a2 commit c1a9db7
Show file tree
Hide file tree
Showing 6 changed files with 19,214 additions and 48 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
float: right;
}

#module-music-album {
max-width: 80%;
max-height: 250px;
}

/**
* Window
*/
Expand Down
1,012 changes: 1,012 additions & 0 deletions default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
143 changes: 96 additions & 47 deletions js/main.js

Large diffs are not rendered by default.

Loading

0 comments on commit c1a9db7

Please sign in to comment.