Commit Graph
6 Commits
Author SHA1 Message Date
yyh 37d59222cf Revert "Refactor variable inspect panel layout and scrolling"
This reverts commit 9ab18b3ef6.
2026-03-26 13:32:18 +08:00
yyh 9ab18b3ef6 Refactor variable inspect panel layout and scrolling 2026-03-26 12:21:32 +08:00
yyh db0c527ce8 Merge remote-tracking branch 'origin/main' into feat/support-agent-sandbox 2026-02-09 18:43:04 +08:00
yyh acc8671c28 fix: hide artifacts tab in variable inspect panel for classic mode
Guard variable-inspect from rendering artifacts-related UI and API calls
when sandbox is not enabled, preventing unnecessary sandbox-file requests.
2026-01-30 16:10:17 +08:00
yyh f9f3d33911 fix(variable-inspect): anchor clear button to right side of tab header
Position the clear button relative to the right divider instead of
following the tab labels, ensuring consistent positioning across
different language translations. Also fix tab switching jitter by
setting a fixed header height.
2026-01-28 20:34:23 +08:00
yyhandClaude Opus 4.5 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 <[email protected]>
2026-01-28 12:50:04 +08:00