From 153049f29f621a5eea77873513f3455c79fb77aa Mon Sep 17 00:00:00 2001 From: jamesread Date: Fri, 17 Jul 2026 11:21:59 +0100 Subject: [PATCH] fix(ui): restore completion flash for argument actions Argument-form submits remount the dashboard, so flash via a one-shot binding-scoped pending result that ActionButton consumes after return. --- frontend/resources/vue/ActionButton.vue | 46 ++++++++- .../vue/stores/bindingExecutionState.js | 55 +++++++++++ .../argumentActionFlash.mjs | 95 +++++++++++++++++++ .../tests/argumentActionFlash/config.yaml | 20 ++++ 4 files changed, 214 insertions(+), 2 deletions(-) create mode 100644 integration-tests/tests/argumentActionFlash/argumentActionFlash.mjs create mode 100644 integration-tests/tests/argumentActionFlash/config.yaml diff --git a/frontend/resources/vue/ActionButton.vue b/frontend/resources/vue/ActionButton.vue index 649979c..3dd4931 100644 --- a/frontend/resources/vue/ActionButton.vue +++ b/frontend/resources/vue/ActionButton.vue @@ -36,7 +36,12 @@