diff --git a/src/js/logic/table-of-contents.ts b/src/js/logic/table-of-contents.ts index 5bfbd57..8df7579 100644 --- a/src/js/logic/table-of-contents.ts +++ b/src/js/logic/table-of-contents.ts @@ -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 diff --git a/src/pages/table-of-contents.html b/src/pages/table-of-contents.html index 756e906..8dd725f 100644 --- a/src/pages/table-of-contents.html +++ b/src/pages/table-of-contents.html @@ -1,369 +1,255 @@ -
- - -- Upload a PDF with bookmarks to generate a table of contents page -
- - -- Click to select a file or drag - and drop -
-A single PDF file
-- Your files never leave your device. -
-