dify/web/app/components/workflow/skill
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
..
editor chore: fold support preivew 2026-02-05 16:42:18 +08:00
file-tree refactor(web): use FileAdd and FolderAdd icons in skill menus 2026-02-05 16:56:27 +08:00
hooks feat(web): add inline PDF preview support for skill file viewer 2026-02-05 17:21:01 +08:00
start-tab chore: update skills 2026-02-05 16:05:36 +08:00
utils feat(web): add inline PDF preview support for skill file viewer 2026-02-05 17:21:01 +08:00
viewer feat(web): add inline PDF preview support for skill file viewer 2026-02-05 17:21:01 +08:00
artifact-content-panel.tsx fix: pass appId instead of userId to sandbox file API calls 2026-02-03 17:59:21 +08:00
constants.ts feat: add ArtifactSlice and integrate artifact preview into skill editor tabs 2026-01-29 17:52:41 +08:00
content-area.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
content-body.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
file-content-panel.tsx feat: add isPreviewable guard for binary file preview in artifacts 2026-02-04 13:32:22 +08:00
file-tab-item.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
file-tabs.tsx feat: add ArtifactSlice and integrate artifact preview into skill editor tabs 2026-01-29 17:52:41 +08:00
main.tsx feat: support open file in new tab 2026-02-05 16:04:06 +08:00
sidebar-search-add.tsx refactor(web): use FileAdd and FolderAdd icons in skill menus 2026-02-05 16:56:27 +08:00
sidebar.tsx refactor: Refactor storage keys into hierarchical structure 2026-01-30 23:23:21 +08:00
skill-page-layout.tsx refactor(skill): remove React.FC type annotations from all components 2026-01-28 23:34:08 +08:00
start-tab-item.tsx Revert "refactor(skill): replace React icon components with CSS Icons" 2026-01-30 12:42:20 +08:00
type.ts refactor(skill-editor): extract hooks and utils into separate directories 2026-01-15 16:00:42 +08:00