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
# PR_26128_015 Playwright Session Inspector V2 Tile Nav Polish
2
+
3
+
## Command
4
+
`npm run test:workspace-v2`
5
+
6
+
## Result
7
+
PASS: 14/14 tests passed.
8
+
9
+
## Targeted Coverage
10
+
- Storage tiles do not display raw string values or JSON object contents.
11
+
- Storage tiles continue to display metadata: key, storage type, value type, and byte size.
12
+
- Fixed tile size is 184px by 198px.
13
+
- Long storage key names wrap inside the fixed tile bounds.
14
+
-`Return to Workspace` is rendered in `.session-inspector-v2__workspace-menu`.
15
+
- Workspace nav has `aria-label="Workspace actions"` and `data-launch-mode-nav="workspace"`.
16
+
-`Return to Workspace` is visible when launched from Workspace Manager V2.
17
+
-`Return to Workspace` is hidden when launched standalone.
18
+
-`Return to Workspace` still returns to Workspace Manager V2 with launch context.
19
+
- Fullscreen shell layout still enters/exits and keeps V2 side panel alignment.
20
+
- Per-tile Delete still removes the correct sessionStorage key and refreshes the tile list.
21
+
- Delete All still clears displayed entries and refreshes immediately.
22
+
23
+
## Skipped
24
+
Full samples smoke test was skipped as requested because this PR changes Session Inspector V2 tile and navigation layout only, without touching sample JSON or sample runtime paths.
# PR_26128_015 Session Inspector V2 Tile Nav Polish
2
+
3
+
## Summary
4
+
Session Inspector V2 storage tiles now show metadata only, and Return to Workspace now follows the workspace-launch nav pattern.
5
+
6
+
## Changes
7
+
- Removed raw JSON/value preview text from storage tiles.
8
+
- Kept tile metadata: storage key/name, storage type, value type, and byte size.
9
+
- Increased fixed tile height from 148px to 198px.
10
+
- Allowed long storage key names to wrap within the fixed tile.
11
+
- Moved `Return to Workspace` into a Session Inspector V2 workspace-only nav:
12
+
-`class="session-inspector-v2__workspace-menu"`
13
+
-`aria-label="Workspace actions"`
14
+
-`data-launch-mode-nav="workspace"`
15
+
-`button id="returnToWorkspaceButton"`
16
+
- Hid the workspace nav unless Session Inspector V2 is launched by Workspace Manager V2.
17
+
- Preserved fullscreen shell layout behavior from PR_014.
18
+
- Preserved per-tile Delete and Delete All behavior.
19
+
20
+
## Boundaries
21
+
- No cross-tool communication was added.
22
+
- Preview Generator V2 behavior was not changed.
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 storage tiles do not show raw JSON/value contents.
29
+
- Verified tile height is 198px, 50px taller than the prior 148px fixed tile.
30
+
- Verified long storage key names wrap inside the tile.
31
+
- Verified `Return to Workspace` appears in the workspace-only nav when launched from Workspace Manager V2.
32
+
- Verified `Return to Workspace` is hidden when Session Inspector V2 is launched standalone.
33
+
- Verified `Return to Workspace` returns to Workspace Manager V2 with launch context.
34
+
- Verified fullscreen still works.
35
+
- Verified per-tile Delete and Delete All still work.
36
+
37
+
## Skipped
38
+
Full samples smoke test was skipped as requested. This PR is scoped to Session Inspector V2 tile content, tile sizing, and workspace-launch navigation; sample runtime behavior is outside the changed surface.
0 commit comments