Implement move to folder

This commit is contained in:
Will Miao
2025-02-18 19:01:02 +08:00
parent bbc5aea08c
commit 52b01d1bce
8 changed files with 333 additions and 14 deletions

View File

@@ -42,8 +42,7 @@ export class LoraContextMenu {
this.currentCard.querySelector('.fa-trash')?.click();
break;
case 'move':
// To be implemented
console.log('Move to folder feature coming soon');
moveManager.showMoveModal(this.currentCard.dataset.filepath);
break;
}