refactor(toc): clean up HTML structure and comment out status message

- Simplified the HTML structure of the table of contents page by removing unnecessary comments and whitespace.
- Commented out the status message display in the TypeScript logic for file selection.
- Enhanced readability and maintainability of the code.
This commit is contained in:
abdullahalam123
2025-11-08 13:23:57 +05:30
parent bc181c8c96
commit 05b5181b3e
2 changed files with 239 additions and 353 deletions

View File

@@ -107,7 +107,7 @@ function handleFileSelect(file: File) {
pdfFile = file;
generateBtn.disabled = false;
renderFileDisplay(file);
showStatus(`File selected: ${file.name}`, 'success');
// showStatus(`File selected: ${file.name}`, 'success');
}
// Drag and drop handlers