feat(files-tab): add PDF viewer and CSV table view

pdfjs-dist for canvas-based multi-page PDF rendering with zoom controls.
RFC 4180 CSV parser with delimiter auto-detection and sortable columns.
FilesTab routes Binary+pdf to PdfViewer, Text+csv to CsvTable.
This commit is contained in:
Hibryda 2026-03-11 01:23:49 +01:00
parent 929f54e195
commit 378c59bb97
5 changed files with 804 additions and 11 deletions

View file

@ -53,6 +53,7 @@
"@xterm/xterm": "^6.0.0",
"codemirror": "^6.0.2",
"marked": "^17.0.4",
"pdfjs-dist": "^5.5.207",
"shiki": "^4.0.1"
}
}