You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Controls accordion contains `Refresh` and `Delete All`.
11
+
- Controls accordion no longer contains `Clear Status`.
12
+
- Status header contains `Status` and `Clear Status`.
13
+
- Refresh, Delete All, and Clear Status fit without text overflow.
14
+
- Storage label and dropdown share a row.
15
+
- Filter label and textbox share a row.
16
+
- Details header includes `Copy` after the collapse/X control.
17
+
- Copy writes the current Details JSON to the clipboard.
18
+
- Successful copy logs `OK`.
19
+
- Copy with empty Details logs `WARN`.
20
+
- Per-tile Delete and Delete All still work.
21
+
- Fullscreen shell behavior and workspace Return nav behavior are still covered by the Session Inspector V2 launch test.
22
+
23
+
## Skipped
24
+
Full samples smoke test was skipped as requested because this PR changes Session Inspector V2 controls and Details copy behavior only, without touching sample JSON or sample runtime paths.
Session Inspector V2 controls were tightened and Details now supports clipboard copy.
5
+
6
+
## Changes
7
+
- Moved `Clear Status` out of the Controls accordion.
8
+
- Added `Clear Status` to the Status header/action area.
9
+
- Reduced Session Inspector V2 button text padding for compact control rows.
10
+
- Kept `Refresh` and `Delete All` side by side in Controls.
11
+
- Put the Storage label and dropdown on the same row.
12
+
- Put the Filter label and textbox on the same row.
13
+
- Added a `Copy` button in the Details header immediately after the collapse/X control.
14
+
- Copy writes the currently shown Details JSON to the clipboard.
15
+
- Copy logs:
16
+
-`OK` when Details content is copied.
17
+
-`WARN` when no Details content is shown.
18
+
-`FAIL` when the clipboard API fails or is unavailable.
19
+
- Preserved Delete All, per-tile Delete, fullscreen behavior, and workspace Return nav behavior.
20
+
21
+
## Boundaries
22
+
- No cross-tool communication was added.
23
+
- No sample JSON was modified.
24
+
- Roadmap content was not modified.
25
+
26
+
## Validation
27
+
-`npm run test:workspace-v2`: PASS, 14 tests passed.
28
+
- Verified `Clear Status` moved from Controls to Status.
29
+
- Verified Refresh, Delete All, and Clear Status fit without text overflow.
30
+
- Verified Storage label/dropdown are on the same line.
31
+
- Verified Filter label/textbox are on the same line.
32
+
- Verified Details Copy appears after the collapse control.
33
+
- Verified Copy copies the Details content and logs the result.
34
+
35
+
## Skipped
36
+
Full samples smoke test was skipped as requested. This PR is scoped to Session Inspector V2 control placement, filter layout, and Details copy behavior; sample runtime behavior is outside the changed surface.
0 commit comments