app

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

commit 4f7d8940036d978e60500715b30cd9568810cd8e
parent a75ae3d63f0060933fb518dba4bdc1d524900055
Author: triesap <tyson@radroots.org>
Date:   Tue, 21 Apr 2026 20:04:30 +0000

app: close pack day print host lane

Diffstat:
Mcrates/launchers/desktop/src/source_guards.rs | 17+++++++++++++++++
Mscripts/check.sh | 3++-
2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/crates/launchers/desktop/src/source_guards.rs b/crates/launchers/desktop/src/source_guards.rs @@ -83,6 +83,8 @@ const ALLOWED_WINDOW_LITERALS: &[&str] = &[ "failed to open new product editor", "failed to acknowledge reminder", "failed to export pack day", + "failed to complete pack day host handoff", + "failed to prepare pack day host handoff", "failed to open order detail", "failed to route into pack day view", "failed to route into orders view", @@ -144,11 +146,16 @@ const ALLOWED_WINDOW_LITERALS: &[&str] = &[ "identity", "npub1", "guest", + "finder unavailable", "orders", "orders-reminders", "pack-day-export", + "pack-day-open-pack-sheet", "pack_day", + "pack_day.host_handoff_failed", + "pack_day.host_handoff_prepare_failed", "pack-day-reminders", + "pack-day-reveal-bundle", "pack_day.export_failed", "pack_day.route_failed", "orders-detail-mark-completed", @@ -470,6 +477,16 @@ const REQUIRED_WINDOW_COPY_KEYS: &[&str] = &[ "AppTextKey::PackDayExportFolderLabel", "AppTextKey::PackDayExportFilesLabel", "AppTextKey::PackDayExportErrorLabel", + "AppTextKey::PackDayHostHandoffRevealAction", + "AppTextKey::PackDayHostHandoffRevealActionRunning", + "AppTextKey::PackDayHostHandoffOpenPackSheetAction", + "AppTextKey::PackDayHostHandoffOpenPackSheetActionRunning", + "AppTextKey::PackDayHostHandoffRevealRunningTitle", + "AppTextKey::PackDayHostHandoffRevealSucceededTitle", + "AppTextKey::PackDayHostHandoffRevealFailedTitle", + "AppTextKey::PackDayHostHandoffOpenPackSheetRunningTitle", + "AppTextKey::PackDayHostHandoffOpenPackSheetSucceededTitle", + "AppTextKey::PackDayHostHandoffOpenPackSheetFailedTitle", "AppTextKey::HomeTodayRemindersTitle", "AppTextKey::ReminderDeadlineLabel", "AppTextKey::ReminderUrgencyUpcoming", diff --git a/scripts/check.sh b/scripts/check.sh @@ -8,7 +8,8 @@ cd "${repo_root}" cargo metadata --format-version 1 --no-deps cargo test -p radroots_app_i18n english_pack_day_copy_matches_the_contextual_execution_contract cargo test -p radroots_app source_guards -cargo test -p radroots_app runtime_export_pack_day +cargo test -p radroots_app pack_day_host_handoff +cargo test -p radroots_app pack_day cargo check -p radroots_app if [[ "$(uname -s)" == "Darwin" ]]; then