mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 08:57:28 +08:00
Rename components and reorganize directory structure: - skill-doc-editor.tsx → file-content-panel.tsx (handles edit/preview/download) - editor-area.tsx → content-area.tsx - editor-body.tsx → content-body.tsx - editor-tabs.tsx → file-tabs.tsx - editor-tab-item.tsx → file-tab-item.tsx Create viewer/ directory for non-editor components: - Move media-file-preview.tsx from editor/ to viewer/ - Move unsupported-file-download.tsx from editor/ to viewer/ This clarifies the distinction between: - editor/: actual file editors (code, markdown) - viewer/: preview and download components (media, unsupported files) |
||
|---|---|---|
| .. | ||
| app | ||
| app-sidebar | ||
| apps | ||
| base | ||
| billing | ||
| custom | ||
| datasets | ||
| develop | ||
| devtools | ||
| explore | ||
| goto-anything | ||
| header | ||
| plugins | ||
| provider | ||
| rag-pipeline | ||
| share | ||
| signin | ||
| tools | ||
| workflow | ||
| workflow-app | ||
| app-initializer.tsx | ||
| browser-initializer.spec.ts | ||
| browser-initializer.tsx | ||
| sentry-initializer.tsx | ||
| splash.tsx | ||