dify/web/app/components/workflow/variable-inspect
yyh ef6f7f2a6c
refactor: extract InspectLayout composition component to eliminate repeated header/close patterns
Consolidate duplicated TabHeader + close button layout (8 occurrences) into a single
InspectLayout wrapper. Replace boolean props with children slots for better composition.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 12:50:04 +08:00
..
artifacts-tab.tsx refactor: extract InspectLayout composition component to eliminate repeated header/close patterns 2026-01-28 12:50:04 +08:00
display-content.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
empty.tsx fix: check and update doc links (#30849) 2026-01-22 16:13:09 +08:00
group.tsx feat(variable-inspect): add Artifacts tab with sandbox file tree browser 2026-01-27 15:05:11 +08:00
index.tsx chore(web): migrate lodash-es to es-toolkit compat (#30126) 2025-12-25 09:44:57 +08:00
inspect-layout.tsx refactor: extract InspectLayout composition component to eliminate repeated header/close patterns 2026-01-28 12:50:04 +08:00
large-data-alert.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
left.tsx feat(variable-inspect): add Artifacts tab with sandbox file tree browser 2026-01-27 15:05:11 +08:00
listening.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
panel.tsx refactor: extract InspectLayout composition component to eliminate repeated header/close patterns 2026-01-28 12:50:04 +08:00
right.tsx feat(variable-inspect): add Artifacts tab with sandbox file tree browser 2026-01-27 15:05:11 +08:00
tab-header.tsx refactor: extract InspectLayout composition component to eliminate repeated header/close patterns 2026-01-28 12:50:04 +08:00
trigger.tsx refactor(i18n): use JSON with flattened key and namespace (#30114) 2025-12-29 14:52:32 +08:00
types.ts feat(variable-inspect): add Artifacts tab with sandbox file tree browser 2026-01-27 15:05:11 +08:00
utils.tsx feat: Add @agent icon and implement agent alias variables in workflow 2026-01-27 02:42:37 +08:00
value-content.tsx feat: Add support for array[message](List[promptMessage]) variable type 2026-01-26 17:50:18 +08:00
variables-tab.tsx refactor: extract InspectLayout composition component to eliminate repeated header/close patterns 2026-01-28 12:50:04 +08:00