[Issue 62 10/10] Port full cyber-grid shell into generated UI#72
[Issue 62 10/10] Port full cyber-grid shell into generated UI#72snissn wants to merge 15 commits intoissue-62/pr-09-cyber-grid-default-themefrom
Conversation
|
Fixed the local preview feed error. Root cause was browser reads on custom pages falling back to viem's default Anvil RPC (127.0.0.1:8545) even when the preview instance was deployed against a different local RPC port.\n\nThis patch makes / serve an augmented manifest with , and the generated runtime now prefers that read RPC before the chain default.\n\nAdded integration coverage for a non-default local Anvil port via . |
|
Fixed the local preview feed error. Root cause: browser reads on custom pages were falling back to viem's default Anvil RPC ( This patch makes Added integration coverage for the non-default local Anvil port case in |
|
Follow-up shell polish is pushed. Included in this update:
I did not change |
|
Also fixed the local sponsored-write confirmation hang. Root cause: the preview relay already waits for the receipt and returns it, but the generated client was discarding that receipt and waiting a second time on the public read RPC. If that second read path lagged, the UI stayed on "Waiting for confirmation…" even though the post had already succeeded. The generated |
|
Patched the same preview-RPC issue on the generated collection routes. The earlier fix covered the custom microblog home/tag pages, but They now also honor |
Source of truth: #62
Stack position: 10/10
This follow-on PR ports the full Cyber Grid shell into the generated Next export UI so the explicit/default
cyber-gridpreset from #71 produces the intended Token Host visual system in generated apps, including the canonical microblog example.Do not merge this PR without human approval.
Verification