qwen-code/packages/web-shell/client/components/artifacts
ytahdn 86a474ba62
feat(web-shell): preview uploaded images in the right panel (#8930)
Click an image in a user message or a pasted image in the composer to
open it in the right-hand artifact panel as an image tab. Each distinct
image gets its own tab (re-clicking focuses the existing one), the tab
shows a hover-revealed download button like workspace image artifacts,
and the composer remove button is now a small round icon that appears
on hover instead of an always-visible heavy cross.

Co-authored-by: 钉萁 <dingqi.jww@alibaba-inc.com>
2026-08-11 11:17:23 +00:00
..
__fixtures__ feat(review): Add structured Web Shell review results (#8402) 2026-08-03 16:08:13 +00:00
ArtifactPanel.module.css fix(web-shell): improve subagent panel updates (#8915) 2026-08-11 07:02:53 +00:00
ArtifactPanel.test.tsx feat(web-shell): preview uploaded images in the right panel (#8930) 2026-08-11 11:17:23 +00:00
ArtifactPanel.tsx feat(web-shell): preview uploaded images in the right panel (#8930) 2026-08-11 11:17:23 +00:00
artifactUtils.test.ts feat(web-shell): add artifact downloads (#8234) 2026-08-01 00:40:57 +00:00
artifactUtils.ts feat(web-shell): add artifact downloads (#8234) 2026-08-01 00:40:57 +00:00
CodeReviewArtifactDetail.module.css feat(review): Add structured Web Shell review results (#8402) 2026-08-03 16:08:13 +00:00
CodeReviewArtifactDetail.test.tsx feat(review): Add structured Web Shell review results (#8402) 2026-08-03 16:08:13 +00:00
CodeReviewArtifactDetail.tsx fix(web-shell): scope artifact actions to owning workspace (#8510) 2026-08-06 14:29:30 +00:00
codeReviewContract.test.ts feat(review): Add structured Web Shell review results (#8402) 2026-08-03 16:08:13 +00:00
LineStats.tsx feat(web-shell): add artifact right panel (#6591) 2026-07-11 00:13:49 +00:00
SideTaskPanel.test.tsx feat(web-shell): Share session catalog scheduling (#8891) 2026-08-11 09:13:14 +00:00
SideTaskPanel.tsx feat(web-shell): Share session catalog scheduling (#8891) 2026-08-11 09:13:14 +00:00
SubagentDetail.integration.test.tsx fix(web-shell): improve subagent panel updates (#8915) 2026-08-11 07:02:53 +00:00
SubagentDetail.module.css fix(web-shell): improve subagent panel updates (#8915) 2026-08-11 07:02:53 +00:00
SubagentDetail.test.tsx feat(web-shell): show subagent sessions in detail panel (#7380) 2026-07-22 02:31:08 +00:00
SubagentDetail.tsx fix(web-shell): improve subagent panel updates (#8915) 2026-08-11 07:02:53 +00:00
TurnOutputs.dom.test.tsx fix(web-shell): scope artifact actions to owning workspace (#8510) 2026-08-06 14:29:30 +00:00
TurnOutputs.module.css feat(web-shell): add artifact downloads (#8234) 2026-08-01 00:40:57 +00:00
TurnOutputs.test.ts feat(web-shell): add artifact downloads (#8234) 2026-08-01 00:40:57 +00:00
TurnOutputs.tsx feat(web-shell): preview uploaded images in the right panel (#8930) 2026-08-11 11:17:23 +00:00
turnOutputSelectors.test.ts fix(web-shell): show line-change stats for large edited files (#8924) 2026-08-11 09:57:47 +00:00
turnOutputSelectors.ts fix(web-shell): show line-change stats for large edited files (#8924) 2026-08-11 09:57:47 +00:00
useArtifactWorkspaceTarget.test.ts fix(web-shell): scope artifact actions to owning workspace (#8510) 2026-08-06 14:29:30 +00:00
useArtifactWorkspaceTarget.ts fix(web-shell): scope artifact actions to owning workspace (#8510) 2026-08-06 14:29:30 +00:00