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
- Updated `toolbox/index.html` so the role simulation banner reuses the existing Theme V2 `section-head` row pattern.
7
+
- Kept the admin banner text on the left and the `Project Data ▾` menu on the right side of the same banner row.
8
+
- Project Data controls remain admin-only through the existing role simulation behavior.
9
+
10
+
## Validation Notes
11
+
- Impacted lane: `project-workspace`.
12
+
- PASS: `npm run test:lane:project-workspace`.
13
+
- PASS: `git diff --check`.
14
+
- Skipped lanes: `tool-runtime`, `workspace-contract`, `game-runtime`, `integration`, `engine-src`, `samples`, and full samples smoke.
15
+
- Skipped-lane rationale: this PR only changes the Project Workspace/Toolbox banner and Project Workspace page layout behavior; it does not change engine runtime, games, samples, cross-tool launch behavior, or shared Theme V2 CSS.
16
+
17
+
## Manual Test Notes
18
+
- Verified in targeted Playwright that `?role=admin` shows the admin banner and Project Data menu on the same row.
19
+
- Verified Project Data remains hidden for `?role=guest` and `?role=user`.
20
+
- Verified no new CSS was added; existing Theme V2 classes support the row alignment.
0 commit comments