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
+8
View File
@@ -2,6 +2,10 @@
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
export function ClearTransfers() {
return window['go']['main']['App']['ClearTransfers']();
}
export function Delete(arg1, arg2) {
return window['go']['main']['App']['Delete'](arg1, arg2);
}
@@ -49,3 +53,7 @@ export function Rename(arg1, arg2, arg3) {
export function SaveConnection(arg1, arg2) {
return window['go']['main']['App']['SaveConnection'](arg1, arg2);
}
export function TransferItems(arg1, arg2, arg3, arg4) {
return window['go']['main']['App']['TransferItems'](arg1, arg2, arg3, arg4);
}