|
1 | | -# PR_26133_020 Workspace V2 Results |
| 1 | +# PR_26133_021 Workspace V2 Results |
2 | 2 |
|
3 | 3 | ## Command Results |
4 | 4 |
|
5 | 5 | - `node --check tools/object-vector-studio-v2/js/ToolStarterApp.js`: passed. |
6 | 6 | - `node --check tools/object-vector-studio-v2/js/bootstrap.js`: passed. |
7 | 7 | - `node --check tests/playwright/tools/WorkspaceManagerV2.spec.mjs`: passed. |
8 | | -- `npx playwright test tests/playwright/tools/WorkspaceManagerV2.spec.mjs --project=playwright --workers=1 --reporter=list --grep "shows Object Vector Studio V2 layout shell|maps Object Vector Studio V2 preview coordinates|edits Object Vector Studio V2 preview shapes|supports Object Vector Studio V2 asset library"`: 4 passed after one test-only adjustment. |
| 8 | +- `npx playwright test tests/playwright/tools/WorkspaceManagerV2.spec.mjs --project=playwright --workers=1 --reporter=list -g "shows Object Vector Studio V2 layout shell and schema-only palette gate"`: 1 passed. |
9 | 9 | - `npm run test:workspace-v2`: 48 passed. |
10 | 10 | - `git diff --check`: passed with LF-to-CRLF working-copy warnings for touched files. |
11 | 11 |
|
12 | 12 | ## Targeted Object Vector Studio V2 Verification |
13 | 13 |
|
14 | | -- Confirmed requested Nerd Font glyph names are mapped for Triangle, Select, Zoom In, Zoom Out, Grid On/Off, Line, and Rectangle. |
15 | | -- Confirmed Paint and Stroke buttons render a square color swatch before their icons and keep accessible labels/tooltips. |
16 | | -- Confirmed Select icon renders 25% smaller and Rectangle icon renders 25% larger than the standard shape icon size. |
17 | | -- Confirmed Object panel Delete is removed; object delete remains on object tiles only. |
18 | | -- Confirmed object tile delete removes dependent `assetLibrary.assets[*].objectId`, `baseObjectId`, and dangling animation shape override references before schema validation. |
19 | | -- Confirmed shape tile delete removes dependent `states[*].frames[*].shapeOverrides[*].shapeId` references before schema validation. |
20 | | -- Confirmed Polygon Geometry Add Side/Subtract Side update the point list and reject invalid side counts visibly. |
21 | | -- Confirmed workspace-v2 Object Vector Studio V2 scenarios reported no console/page errors. |
| 14 | +- Confirmed Palette no longer renders a `Stroke Width` label; `Width` sits to the right of the Stroke button in the palette control row. |
| 15 | +- Confirmed Shape/Tools icons use the requested mappings for Angle Snap, Select, Triangle, Rectangle, and existing tool glyphs; Select/Triangle/Rectangle are enlarged and Rectangle is offset upward. |
| 16 | +- Confirmed Object Transform action buttons use `nf-fa-scale_unbalanced` for Scale and `nf-md-resize` for Resize. |
| 17 | +- Confirmed Object Details is renamed to Object Geometry and the selected shape summary appears in the accordion header while the body no longer repeats `Shape <id> (<type>)`. |
| 18 | +- Confirmed polygon point rows expose checkboxes, Add Side inserts after the checked point and clears selections, Delete Point removes checked rows and clears selections, and invalid deletes are visibly rejected before schema-invalid point counts can apply. |
| 19 | +- Confirmed Object Add/Rename/Dup controls render directly under Object Name and above the Tag line. |
| 20 | +- Confirmed Object Vector Studio V2 tests reported no console/page errors in the targeted browser scenarios. |
22 | 21 | - Confirmed `src/shared/font/0xProtoNerdFont` was preserved. |
23 | 22 |
|
24 | 23 | ## Scope Checks |
|
0 commit comments