From f9fa0a609c1698e3907bfe5e3d9ba76899a36a17 Mon Sep 17 00:00:00 2001 From: Nicolas Delbovier Date: Mon, 20 Apr 2026 17:18:58 +0200 Subject: [PATCH] [REF] shopfloor_reception_mobile: reorganize template state blocks Refactor the reception template to group state-specific components within their primary `v-if` blocks. This removes redundant `state_is` checks and improves code readability by keeping related UI elements together. --- .../static/src/scenario/reception.js | 37 ++++++++----------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/shopfloor_reception_mobile/static/src/scenario/reception.js b/shopfloor_reception_mobile/static/src/scenario/reception.js index 135091ccb0..96448649c0 100644 --- a/shopfloor_reception_mobile/static/src/scenario/reception.js +++ b/shopfloor_reception_mobile/static/src/scenario/reception.js @@ -21,19 +21,6 @@ const Reception = { v-on:found="on_scan" :input_placeholder="search_input_placeholder" /> - -