Address #133 review: the toolkit has one home now
Build image / build-and-push (push) Successful in 12s

The `embedded` prop was always true, which left the card branch dead;
the component is simply the rail's tab now. The focus comment is one
line, and the default tab says why it is Plot and not the first tab.

Co-Authored-By: Claude Fable 5 <[email protected]>
This commit is contained in:
2026-08-23 03:04:22 -04:00
co-authored by Claude Fable 5
parent 10275f5e1c
commit 7a5b9d2ea1
4 changed files with 12 additions and 17 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ const TRANSIENT = {
armedLotId: null,
ghost: null,
seasonYear: null,
tab: 'plot' as RailTab,
tab: 'plot' as RailTab, // the garden summary, not the first tab: a fresh editor shows what is there before how to add to it
mode: 'build' as PhoneMode,
journalScope: null,
liveObject: null,