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
- Session Inspector V2 launches from `tools/session-inspector-v2/index.html`.
11
+
-`Return to Workspace` is present and returns to Workspace Manager V2 with launch context preserved.
12
+
- The old loose action nav is absent.
13
+
- The left column shows `Controls` before `Filters`.
14
+
-`Refresh`, `Delete All`, and `Clear Status` are inside the `Controls` accordion.
15
+
- The count display renders `(N) Entries shown.`, `(N) SessionStorage.`, and `(N) LocalStorage.` as separate lines.
16
+
- Controls, Filters, Entries, Details, and Status accordions all open and close from header label and icon clicks.
17
+
- Header frame and app shell use V2 boxed frame styling and existing theme tokens.
18
+
- Per-entry Delete still removes the selected session entry, refreshes the UI immediately, and logs `OK`.
19
+
- A simulated delete failure still logs `FAIL`.
20
+
- Delete All still clears displayed entries, refreshes counts/details immediately, and logs `OK` or `WARN`.
21
+
22
+
## Skipped
23
+
Full samples smoke test was skipped as requested because this PR changes Session Inspector V2 layout/control behavior and does not touch sample JSON or sample runtime paths.
Session Inspector V2 layout was tightened so controls, counts, and the local shell match the V2 tool frame pattern.
5
+
6
+
## Changes
7
+
- Added a `Return to Workspace` control to Session Inspector V2.
8
+
- Moved `Refresh`, `Delete All`, and `Clear Status` into a `Controls` accordion above `Filters`.
9
+
- Updated the count display to the requested three-line format:
10
+
-`(N) Entries shown.`
11
+
-`(N) SessionStorage.`
12
+
-`(N) LocalStorage.`
13
+
- Kept all Session Inspector V2 accordions mounted through the shared accordion behavior.
14
+
- Fixed accordion header child-click handling so clicking header labels or icons toggles button-backed accordions, matching the Status accordion behavior.
15
+
- Boxed the Session Inspector V2 header frame and app shell with V2 frame/display-box styling and existing theme tokens.
16
+
- Preserved per-entry Delete and Delete All behavior.
17
+
18
+
## Boundaries
19
+
- No cross-tool communication was added.
20
+
- Preview Generator V2 behavior was not changed.
21
+
- No sample JSON was modified.
22
+
- Roadmap content was not modified.
23
+
24
+
## Validation
25
+
-`npm run test:workspace-v2`: PASS, 14 tests passed.
26
+
- Verified Session Inspector V2 has `Return to Workspace`.
27
+
- Verified the count display uses the requested parenthesized three-line format.
28
+
- Verified `Refresh`, `Delete All`, and `Clear Status` are inside the `Controls` accordion above `Filters`.
29
+
- Verified every Session Inspector V2 accordion opens and closes from header label and icon clicks.
- Verified per-item Delete and Delete All still work and update the UI immediately.
32
+
33
+
## Skipped
34
+
Full samples smoke test was skipped as requested. This PR is scoped to Session Inspector V2 layout, controls, and targeted Workspace Manager V2 launch coverage; sample runtime behavior is outside the changed surface.
0 commit comments