build(deps-dev): apply updates
[e-mobility-charging-stations-simulator.git] / ui / web / src / composables / UIClient.ts
2024-03-29  Jérôme Benoitbuild(deps-dev): apply updates
2024-03-10  Jérôme Benoitrefactor(ui): validate UUID format
2024-03-10  Jérôme Benoitrefactor: cleanup debug code
2024-03-10  Jérôme Benoitfeat!: handle Set at JSON serialization to string
2024-03-09  Jérôme Benoitrefactor: strong type UUID usage in UI protocol
2024-03-07  Jérôme Benoitrefactor(ui): cleanup eslint configuration
2024-03-05  Jérôme Benoitrefactor(ui): cleanup UI client instance getter
2024-03-05  Jérôme Benoitfix(ui): remove WS event listeners at main page unmount
2024-03-01  Jérôme Benoitfeat(ui): use toggle button to star/stop simulator
2024-03-01  Jérôme Benoitfix(ui): refresh add charging stations button on UI...
2024-03-01  Jérôme Benoitfeat(ui): introduce toggle button and use it for actions
2024-02-28  Jérôme Benoitfix(ui): ensure app is initialized independently of...
2024-02-27  Jérôme Benoitfix(ui): ensure the charging stations list re-rendered...
2024-02-26  Jérôme Benoitrefactor(ui): cleanup toast messages
2024-02-26  Jérôme Benoitfeat(ui): add support for multiple UI server configurations
2024-02-22  Jérôme Benoitfeat(ui): add charging station options to add action
2024-02-19  Jérôme Benoitfeat(ui): add helper to dynamically set configuration...
2024-02-19  Jérôme Benoitrefactor(ui): revert wrongly introduced code to handle...
2024-02-18  Jérôme Benoitfix(ui): reject request promise if the UI server respon...
2024-02-18  Jérôme Benoitrefactor(ui): cleanup casing style
2024-02-18  Jérôme Benoitfeat(ui): add set supervision url action
2024-02-17  Jérôme Benoitrefactor(ui): cleanup CSS styles namespace
2024-02-17  Jérôme Benoitfeat(ui): add right action bar and use it to start...
2024-02-17  Jérôme Benoitfix(ui): open WS only once
2024-02-17  Jérôme Benoitrefactor(ui): cleanup vue.js app initialization code...
2024-02-17  Jérôme Benoitrefactor(ui): add vue.js error handler
2024-02-15  Jérôme Benoitfeat: add a basic authentication scheme for UI WebSocke...
2024-02-14  Jérôme Benoitrefactor(ui): use JSON format as runtime configuration
2024-02-14  Jérôme Benoitrefactor(ui): refine configuration file type and make...
2024-02-13  Jérôme Benoitrefactor(ui): cleanup configuration types and variables...
2024-02-09  Jérôme Benoitrefactor(ui): remove uneeded helpers
2024-01-18  Jérôme BenoitMerge dependabot/npm_and_yarn/prettier-3.2.4 into combi...
2024-01-12  Jérôme Benoitrefactor: refine prettier configuration
2024-01-06  Jérôme BenoitMerge dependabot/npm_and_yarn/ui/web/jsdom-23.1.0 into...
2023-12-29  Jérôme Benoitrefactor: more coding style fixes
2023-12-29  Jérôme Benoitchore: switch coding style to JS standard
2023-11-20  Jérôme Benoitperf(ui): only build WS payload if connection is opened
2023-11-19  Jérôme Benoitfix: fix OCPP message sending promise leak
2023-11-19  Jérôme Benoitfix: remove incorrect promise race usage at stopping...
2023-11-19  Jérôme Benoitperf: cache request promise after sending it
2023-11-18  Jérôme Benoitfix: improve websocket usage error handling
2023-11-18  Jérôme Benoitfix: ensure OCPP request timeouting cancel it
2023-10-10  Jérôme BenoitMerge dependabot/npm_and_yarn/types/node-20.8.4 into...
2023-09-30  Jérôme Benoitrefactor: null -> undefined where appropriate
2023-07-21  Jérôme Benoitfix: fix promises return type
2023-07-20  Jérôme Benoitbuild(deps-dev): apply updates
2023-07-16  Jérôme Benoitrefactor(ui): switch to named export
2023-07-16  Jérôme Benoitrefactor: cleanup null checks and helpers
2023-07-16  Jérôme Benoitbuild(ci): fix linting
2023-05-19  Jérôme Benoitrefactor(ui): add types export control
2023-05-05  Jérôme Benoitbuild(deps-dev): apply updates
2023-05-03  Jérôme Benoitfeat(ui): make evses works in the web ui
2023-05-01  Jérôme Benoitbuild: align eslint imports sorting settings
2023-05-01  Jérôme Benoitbuild: align imports sorting settings
2023-05-01  Jérôme Benoitrefactor: cleanup imports
2023-01-25  Jérôme BenoitStrict null check fixes
2023-01-25  Jérôme BenoitRefine code formatting rules
2023-01-23  Jérôme BenoitSwitch log messages to string literal
2022-10-25  Jérôme BenoitMove web ui code in its own directory