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
- Open `tools/tilemap-studio-v2/index.html`: not executed in this CLI-only run (no interactive browser session available in terminal tooling).
15
-
- Shared header mount target check (`#shared-theme-header` exists in HTML shell): **PASS** by static source inspection.
16
-
- Missing session actionable state handling: **PASS** by source inspection of `renderMissing(...)`.
17
-
- Valid session tilemap render path: **PASS** by source inspection of `renderTilemap(...)`.
18
-
- Console error-free browser run: not executed in this CLI-only run (requires manual browser verification).
15
+
- Open `tools/tilemap-studio-v2/index.html`: not executed in this CLI-only run (no interactive browser available in terminal tooling).
16
+
- Shared header mount target (`#shared-theme-header`) and mount script path: **PASS** by static source inspection.
17
+
- Empty state region (`#tilemapV2EmptyState`) behavior: **PASS** by source inspection.
18
+
- Invalid state region (`#tilemapV2InvalidState`) actionable messaging: **PASS** by source inspection.
19
+
- Valid/render region (`#tilemapV2ValidState`) tilemap preview rendering: **PASS** by source inspection.
20
+
- Console error-free browser run: not executed in this CLI-only run (requires browser validation).
19
21
20
22
## Samples Smoke Statement
21
23
- Full samples smoke was skipped because this PR is scoped to `tools/tilemap-studio-v2` behavior-only changes and does not modify samples, games, schemas, or shared engine runtime contracts.
document.getElementById("tilemapV2InvalidState").textContent=`${message} Re-open Tilemap Studio V2 from a host session that provides payloadJson.tileMapDocument.`;
0 commit comments