]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commit
feat(webui): remove reload button (auto-refresh via WebSocket)
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 3 Apr 2026 12:42:46 +0000 (14:42 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 3 Apr 2026 12:42:46 +0000 (14:42 +0200)
commit4700340f91b9192307224cd4e4ae4501c70ca7c1
treec8ecefc72fdc84e3a55645a74d1d2239585be769
parent39937d177f719f8d98fc3539cbf7939492b873ce
feat(webui): remove reload button (auto-refresh via WebSocket)

The WS server pushes refresh notifications on state changes,
making the manual reload button redundant. Remove ReloadButton
component, its styles, tests, and stub. Simplify need-refresh
handler to only reset add-stations toggle (data refresh and
CSTable re-render handled by server notification + watcher).
Remove dead --spacing-xl CSS variable from all themes.
ui/web/src/assets/themes/catppuccin-latte.css
ui/web/src/assets/themes/sap-horizon.css
ui/web/src/assets/themes/tokyo-night-storm.css
ui/web/src/components/buttons/ReloadButton.vue [deleted file]
ui/web/src/views/ChargingStationsView.vue
ui/web/tests/unit/ChargingStationsView.test.ts
ui/web/tests/unit/SimpleComponents.test.ts