yyh
bc9ce23fdc
refactor(skill): rename components for semantic clarity
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)
2026-01-19 23:50:08 +08:00
..
2026-01-19 16:35:50 +08:00
2026-01-09 14:08:37 +08:00
2026-01-19 10:31:34 +08:00
2026-01-19 18:06:23 +08:00
2026-01-15 10:41:18 +08:00
2025-12-30 15:37:16 +08:00
2026-01-19 18:05:59 +08:00
2025-12-30 14:38:23 +08:00
2025-12-30 09:21:41 +08:00
2025-12-31 11:13:22 +08:00
2026-01-07 13:20:09 +08:00
2026-01-19 22:27:06 +08:00
2026-01-19 18:41:05 +08:00
2026-01-10 17:16:18 +09:00
2026-01-19 15:15:24 +08:00
2026-01-15 17:43:00 +08:00
2025-12-29 14:52:32 +08:00
2026-01-19 16:35:50 +08:00
2026-01-19 23:50:08 +08:00
2026-01-19 15:15:24 +08:00
2026-01-13 16:59:49 +08:00
2025-12-23 17:48:20 +08:00
2025-12-23 17:48:20 +08:00
2025-12-29 09:43:44 +08:00
2025-12-23 18:02:10 +08:00