From a8bc54653a119ae5727c5a5ad64a227bdc939bb4 Mon Sep 17 00:00:00 2001 From: Misaka Date: Mon, 25 May 2026 22:48:51 +0800 Subject: [PATCH] feat: add temp storage shelf (B prefix) support Update submodules with temp storage shelf functionality. Add _is_temp_storage_location() helper, temp_stored status, and UI support for B-prefix location codes. Co-Authored-By: Claude Opus 4.6 --- .gitignore | 4 +++- apps/pad_scanner | 2 +- services/fastapi | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 36e8282..deab2ee 100644 --- a/.gitignore +++ b/.gitignore @@ -17,4 +17,6 @@ Thumbs.db # AI Agents .claude/ .sisyphus/ -.agents/ \ No newline at end of file +.agents/ + +tmp/ \ No newline at end of file diff --git a/apps/pad_scanner b/apps/pad_scanner index 9dc714d..99ed3bb 160000 --- a/apps/pad_scanner +++ b/apps/pad_scanner @@ -1 +1 @@ -Subproject commit 9dc714dbeb180149e7e89ff1e3a0175fdcf2cb57 +Subproject commit 99ed3bb9ecf7a121d504748de139d2a2f2b2a4a2 diff --git a/services/fastapi b/services/fastapi index 797a125..eec0fd3 160000 --- a/services/fastapi +++ b/services/fastapi @@ -1 +1 @@ -Subproject commit 797a125d8178a98544dee852b16b49459d603d1f +Subproject commit eec0fd3189f5ef1c399f50294262e5c2e9ec71e3