add:get and delete func

This commit is contained in:
2026-04-06 03:12:19 +09:00
parent 5e44a3a35c
commit e39ee1694d
7 changed files with 138 additions and 22 deletions

View File

@@ -41,7 +41,10 @@ type TUIInterface struct {
FileSelected int // cursor within StorageFiles
FileFocused bool // true = ↑↓ drives file list, false = action menu
// file action page
ActiveFile string
ActiveFile string
FileOpLoading bool
FileOpErr error
FileOpSuccess string
// send / file picker page
Picker picker
}