]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
fix(webui): reset toggle button state after action completion (#1547)
authorCopilot <198982749+Copilot@users.noreply.github.com>
Fri, 3 Oct 2025 22:50:05 +0000 (00:50 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Oct 2025 22:50:05 +0000 (00:50 +0200)
commitcddc77d5fc797b1a1ac928fa18e9d65dbf1d1abb
tree9eb2c69cb10a49e6c7c61266d46c2bd5a2e4ef34
parentf372908981dc9f8af70d0c35116a6d6ba0db75fe
fix(webui): reset toggle button state after action completion (#1547)

* Initial plan

* Add resetToggleButtonState utility and reset toggle buttons on action completion

Co-authored-by: jerome-benoit <6537332+jerome-benoit@users.noreply.github.com>
* [autofix.ci] apply automated fixes

* docs(webui): add JSDoc for resetToggleButtonState utility

Co-authored-by: jerome-benoit <6537332+jerome-benoit@users.noreply.github.com>
* [autofix.ci] apply automated fixes

* fix(webui): reset toggle button state after action completion

Co-authored-by: jerome-benoit <6537332+jerome-benoit@users.noreply.github.com>
* [autofix.ci] apply automated fixes

* Update ui/web/src/composables/Utils.ts

* Update ui/web/src/composables/Utils.ts

* Update ui/web/src/composables/Utils.ts

* docs(webui): improve JSDoc formatting for resetToggleButtonState

Co-authored-by: jerome-benoit <6537332+jerome-benoit@users.noreply.github.com>
* [autofix.ci] apply automated fixes

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jerome-benoit <6537332+jerome-benoit@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
ui/web/src/components/actions/AddChargingStations.vue
ui/web/src/components/actions/SetSupervisionUrl.vue
ui/web/src/components/actions/StartTransaction.vue
ui/web/src/composables/Utils.ts
ui/web/src/composables/index.ts