-smaller thumbnails -GPU acceleration -lazy loading/ rendering only visible elements -cover grid shows album tracks on click
8 lines
295 B
Templ
8 lines
295 B
Templ
package library
|
|
|
|
templ (d Directory) ToFormElement() {
|
|
<button type="button" onclick="selectLibraryDirectory(this.nextElementSibling)">Select</button>
|
|
<input type="text" name="library.directory" value={ d } readonly/>
|
|
<button type="button" onclick="scanLibrary(this)">Scan Library</button>
|
|
}
|