mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-22 01:02:03 -07:00
Implements New Post Page scenario 6 (specs/memo-new.feature): when a memo broadcast fails, the app surfaces the real wallet error and the user stays on /posts/new instead of navigating to the feed. - src/services/new-post.js: distinguish local validation errors from broadcast failures; expose the real error message via broadcastError. - src/components/app-body/new-post/index.js: render the broadcast error. - acceptance/lib/handlers.js: support wallet-fail, attempts-to-broadcast, error-containing, and remain-on-path steps. - Unit tests for broadcast-failure surfacing. By coder.