app

Local-first trade for farms and co-ops
git clone https://radroots.dev/git/app.git
Log | Files | Refs | README | LICENSE

commit bf763654a74d90a91c122278ed613191ea929f0b
parent a1a7c26d9f034e6d27c5b1c3711f2ba57072ee57
Author: triesap <tyson@radroots.org>
Date:   Sun, 24 May 2026 06:26:53 +0000

tests: record buyer section log literals

- include buyer section selection failure event in the window guard
- include the matching buyer section selection failure log message
- keep the Browse refresh error path covered by source literal checks
- validate app fmt, focused source guard test, check, and diff checks

Diffstat:
Mcrates/launchers/desktop/src/source_guards.rs | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/crates/launchers/desktop/src/source_guards.rs b/crates/launchers/desktop/src/source_guards.rs @@ -60,6 +60,7 @@ const ALLOWED_WINDOW_LITERALS: &[&str] = &[ "buyer.detail_open_failed", "buyer.order_open_failed", "buyer.repeat_demand_failed", + "buyer.section_select_failed", "bunker://466d7fcae563e5cb09a0d1870bb580344804617879a14949cf22285f1bae3f27?relay=wss%3A%2F%2Frelay.radroots.example", "buyer.fulfillment_filter_update_failed", "buyer.search_query_update_failed", @@ -72,6 +73,7 @@ const ALLOWED_WINDOW_LITERALS: &[&str] = &[ "failed to remove buyer cart line", "failed to reorder buyer order", "failed to save buyer checkout draft", + "failed to select buyer section", "failed to open buyer product detail", "failed to update buyer fulfillment filter", "failed to update buyer search query",