diff --git a/modules/web/fsdb.html b/modules/web/fsdb.html index 978d5ad..68468e6 100644 --- a/modules/web/fsdb.html +++ b/modules/web/fsdb.html @@ -1,211 +1,256 @@ - - - -FSDB Editor - - - + .panel { + flex: 1; + padding: 10px; + box-sizing: border-box; + overflow-y: auto; + border-right: 1px solid #333; + } -
- Playlist: - - -
+ .panel:last-child { border-right: none; } -
-
-

Ref Dir

-
-
+ h2 { + margin-top: 0; + font-size: 13px; + color: #777; + font-weight: 500; + } -
-

Playlist

-
-
+ .item { + padding: 5px 7px; + margin: 2px 0; + cursor: pointer; + border-radius: 4px; + font-size: 13px; + } -
+ .item:hover { background: #1e1e1e; } + .dir { color: #6cf; } + .file { color: #ccc; } + + + +
+
+ Day +
+
+
+ Part +
+
+
playlist: friday/day
+ +
- - - - + function refreshPlaylist() { + ws.send(JSON.stringify({ action: "fsdb_list", playlist: getPlaylistName() })); + } + + + \ No newline at end of file