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
zhsamaandSisyphus 473262d70e refactor: type event emitter payloads
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-Claude)

Co-authored-by: Sisyphus <[email protected]>
2026-01-31 00:04:57 +08:00
yyh 0b6522df42 refactor(web): extract split layout for variable inspect
- add SplitPanel to share left/right shell and narrow menu handling
- reuse InspectHeaderProps for tab header + actions across tabs
- refactor variables/artifacts tabs to plug into shared split layout
- align right-side header/close behavior and consolidate empty/loading flows
2026-01-28 14:06:34 +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
yyh d098e72c13 feat(variable-inspect): add Artifacts tab with sandbox file tree browser
Refactor the variable inspect panel into a tabbed layout with Variables
and Artifacts tabs. Extract variable logic into VariablesTab, add new
ArtifactsTab with sandbox file tree selection and preview pane, and
improve accessibility across tree nodes and interactive elements.
2026-01-27 15:05:11 +08:00