feat: implement file transfer functionality with multi-select, sorting, and directory traversal support

This commit is contained in:
2026-06-09 11:41:49 +01:00
parent 13848fb227
commit c0ab7acdf2
11 changed files with 466 additions and 35 deletions
+4
View File
@@ -142,6 +142,10 @@ tbody tr:hover {
background: var(--surface-hover);
}
tbody tr.selected {
background: rgba(33, 209, 152, 0.2);
}
.btn {
background: var(--accent);
color: #000;