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 loads the shared V2 shell stylesheet.
11
+
- Header/details shell state enters and exits fullscreen.
12
+
- Fullscreen root expands to the viewport-width shell.
13
+
- Fullscreen layout uses the V2 side panel column pattern with 340px left and 360px right panels.
14
+
-`Return to Workspace` is present in the header frame.
15
+
- The controls accordion no longer contains a duplicate `Return to Workspace`.
16
+
- Session entry tiles have fixed 184px by 148px dimensions.
17
+
- Session entry tiles wrap left-to-right and top-to-bottom.
18
+
- Each tile contains its own Delete button.
19
+
- Per-entry Delete still removes the correct sessionStorage key and refreshes the tile list.
20
+
- Delete All still clears the displayed sessionStorage entries.
21
+
- Controls, Filters, Entries, Details, and Status accordions still open and close from header label and icon clicks.
22
+
23
+
## Skipped
24
+
Full samples smoke test was skipped as requested because this PR changes Session Inspector V2 shell and tile layout only, without touching sample JSON or sample runtime paths.
Session Inspector V2 now uses the shared V2 shell layout pattern for fullscreen and fixed session-entry tiles.
5
+
6
+
## Changes
7
+
- Added the shared `toolShellCommon.css` shell stylesheet.
8
+
- Reworked the tool body into a fullscreen root plus layout grid, matching the V2 shell pattern used by other tools.
9
+
- Added Session Inspector V2 shell behavior so the header/details toggle enters and exits fullscreen state.
10
+
- Pinned fullscreen side panels to the V2 shell side widths and kept the center panel stretched between them.
11
+
- Moved `Return to Workspace` into the header frame and removed it from the controls accordion.
12
+
- Changed session entries to fixed-size wrapping tiles laid out left-to-right and top-to-bottom.
13
+
- Kept each entry Delete button inside its fixed tile.
14
+
- Preserved per-entry Delete and Delete All storage behavior.
15
+
16
+
## Boundaries
17
+
- No cross-tool communication was added.
18
+
- Preview Generator V2 behavior was not changed.
19
+
- No sample JSON was modified.
20
+
- Roadmap content was not modified.
21
+
22
+
## Validation
23
+
-`npm run test:workspace-v2`: PASS, 14 tests passed.
24
+
- Verified Session Inspector V2 fullscreen shell enters and exits.
25
+
- Verified fullscreen left and right panels align to V2 side columns.
26
+
- Verified `Return to Workspace` is in the header and not duplicated in the controls accordion.
27
+
- Verified session entries render as fixed-size wrapping tiles.
28
+
- Verified each tile contains its Delete button.
29
+
- Verified per-item Delete removes the correct storage entry and refreshes the list immediately.
30
+
- Verified Delete All still clears displayed entries.
31
+
- Verified all Session Inspector V2 accordions still open and close.
32
+
33
+
## Skipped
34
+
Full samples smoke test was skipped as requested. This PR is scoped to Session Inspector V2 shell layout, fullscreen behavior, and storage tile layout; sample runtime behavior is outside the changed surface.
0 commit comments