Modularize fileManager.js

This commit is contained in:
Ryan
2025-04-05 15:14:49 -04:00
committed by GitHub
parent 07053a6b9a
commit 899b04e49a
13 changed files with 1677 additions and 1650 deletions

View File

@@ -1,7 +1,7 @@
// trashRestoreDelete.js
import { sendRequest } from './networkUtils.js';
import { toggleVisibility, showToast } from './domUtils.js';
import { loadFileList } from './fileManager.js';
import { loadFileList } from './fileListView.js';
import { loadFolderTree } from './folderManager.js';
function showConfirm(message, onConfirm) {