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
Add one shared Theme V2 toolbox status bar that surfaces the Game Hub selected game and current tool messages across toolbox pages.
4
+
Polish the shared toolbox status bar context display so it shows only selected-game name/purpose on the left and categorized tool context in the center.
5
5
6
6
## Source Of Truth
7
-
This `BUILD_PR.md` is the source of truth for `PR_26175_ALFA_001-toolbox-selected-game-status-bar`.
7
+
This `BUILD_PR.md` is the source of truth for `PR_26175_ALFA_002-toolbox-status-bar-context-polish`.
8
8
9
9
## Exact Scope
10
-
- Add a shared toolbox status bar renderer loaded through Theme V2 shared partial bootstrapping.
11
-
- Render the status bar above the footer in normal page mode.
12
-
- Anchor the status bar to the viewport bottom while `body.tool-focus-mode` is active.
13
-
- Read the selected game only from the Game Hub repository through the existing Local API/service contract.
14
-
- Display the selected Game Hub game on the left side of the status bar.
15
-
- Display tool actions, warnings, errors, save state, validation messages, or the missing-game prompt in the center of the status bar.
16
-
- Expose the selected Game Hub game as derived page context for toolbox pages without persisting browser-owned product data.
17
-
- Require selected-game context on toolbox pages except Idea Board, which remains excluded because ideas can exist before game creation.
18
-
- Show a creator-safe prompt to select or create a game in Game Hub when no selected game exists.
19
-
- Notify the shared status bar when Game Hub changes the selected game.
20
-
- Add targeted Playwright coverage for placement, fullscreen anchoring, selected-game display/update, missing-game prompt, and Idea Board exclusion.
10
+
- Do not include environment text in the status bar because environment already appears in the platform banner.
11
+
- On the left side, display the selected Game Hub game name and selected Game Hub game purpose.
12
+
- On the center side, display tool context messages for tool actions, save state, validation messages, warnings, or errors.
0 commit comments