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,6 +1,8 @@
import { sendRequest } from './networkUtils.js';
import { toggleVisibility, showToast, attachEnterKeyListener, showCustomConfirmModal } from './domUtils.js';
import { loadFileList, renderFileTable, displayFilePreview, initFileActions } from './fileManager.js';
import { loadFileList } from './fileListView.js';
import { initFileActions } from './fileActions.js';
import { renderFileTable } from './fileListView.js';
import { loadFolderTree } from './folderManager.js';
import {
openTOTPLoginModal,