dify/web/app/components/workflow/skill/viewer
yyh 94c354e36d
feat(web): add inline PDF preview support for skill file viewer
Enable PDF files to be previewed directly in the file content panel
instead of showing as unsupported files requiring download. Uses the
existing react-pdf-highlighter library with zoom controls and keyboard
shortcuts (up/down arrows).
2026-02-05 17:21:01 +08:00
..
sqlite-file-preview Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
media-file-preview.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
pdf-file-preview.tsx feat(web): add inline PDF preview support for skill file viewer 2026-02-05 17:21:01 +08:00
read-only-code-preview.tsx feat(inspect): add read-only file preview in ArtifactsTab 2026-01-29 16:42:22 +08:00
read-only-file-preview.tsx feat(web): add inline PDF preview support for skill file viewer 2026-02-05 17:21:01 +08:00
read-only-markdown-preview.tsx feat(inspect): add read-only file preview in ArtifactsTab 2026-01-29 16:42:22 +08:00
unsupported-file-download.tsx fix(skill): use downloadUrl utility instead of window.open for file downloads 2026-01-29 12:49:15 +08:00