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 the Project Workspace `Project Setup` action buttons so `Create Project` and `Delete Open Project` use the same existing Theme V2 button style.
9
+
10
+
Changed:
11
+
-`Create Project`: `class="btn primary"` to `class="btn"`
12
+
-`Delete Open Project`: unchanged, already `class="btn"`
13
+
14
+
No create/delete behavior changed.
15
+
16
+
## Validation
17
+
18
+
Impacted lane:
19
+
-`project-workspace`
20
+
21
+
Skipped lanes:
22
+
-`workspace-contract` / `npm run test:workspace-v2` skipped because no shared launch, navigation, or layout wiring changed.
23
+
- Full suite skipped because this bundle changed one Project Workspace page, its narrow script copy, and targeted Project Workspace assertions only.
<metaname="description" content="Project Workspace Toolbox mock repository for project identity, progress, and publish readiness without real database or persistence behavior.">
9
+
<metaname="description" content="Project Workspace Toolbox page for project identity, progress, and publish readiness.">
<pclass="lede">Create, open, and delete mock projects against an in-memory SQL-shaped repository while preserving the multi-user-ready table contract.</p>
21
+
<pclass="lede">Create, open, and delete projects while reviewing progress and publish readiness.</p>
<p>Project Workspace now runs against the in-memory mock repository approved for the first real rebuild slice. It does not persist data or connect to a real database.</p>
54
+
<p>Project Workspace now manages the local project list for the first real rebuild slice. It does not persist data or connect to external services.</p>
64
55
<articleclass="card">
65
56
<divclass="card-body content-stack">
66
57
<div>
@@ -90,7 +81,7 @@ <h3>Project Progress</h3>
90
81
<articleclass="callout"><h3>Recommended Next Tool</h3><pdata-recommended-next-tool>Game Configuration</p></article>
0 commit comments