]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
refactor(webui): remove redundant optimistic fetch from modern skin
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 2 May 2026 21:08:50 +0000 (23:08 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 2 May 2026 21:08:50 +0000 (23:08 +0200)
commitb302bfd1caa485126b4b11b35002ec123bb09627
tree7cc31b561e68019d8d4b949d126710ccf23cb5a4
parentcfb50bfeca714987eaa9e23d1f7210bb3b56f080
refactor(webui): remove redundant optimistic fetch from modern skin

Rely solely on server push (ServerNotification.REFRESH) for data refresh
after user actions, eliminating the duplicate getChargingStations() call
that was triggered via the need-refresh event chain.
ui/web/src/shared/composables/useAsyncAction.ts
ui/web/src/skins/modern/ModernLayout.vue
ui/web/src/skins/modern/components/ConnectorRow.vue
ui/web/src/skins/modern/components/StationCard.vue