From 7b68a5b3f56fe34af80691f3666e4d8c7386c6ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 30 Apr 2026 12:01:02 +0200 Subject: [PATCH] docs(ui-web): align README with modern skin default and token contract --- ui/web/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ui/web/README.md b/ui/web/README.md index f63cb893..2dd6aeaf 100644 --- a/ui/web/README.md +++ b/ui/web/README.md @@ -8,8 +8,8 @@ Vue.js dashboard for monitoring and controlling the e-mobility charging stations ![Web UI](./src/assets/webui.png) -1. The top bar lets you switch between UI servers, start/stop the simulator, add charging stations, and refresh the view. -2. Each charging station is a table row with actions: start, stop, open/close connection, start/stop transaction, and more. +1. The top bar lets you switch between UI servers, start/stop the simulator, add charging stations, and select themes and skins. +2. Each charging station is a card with status indicators, connector details, and actions: start, stop, open/close connection, start/stop transaction, and more. ## Table of contents @@ -20,6 +20,7 @@ Vue.js dashboard for monitoring and controlling the e-mobility charging stations - [Multiple servers](#multiple-servers) - [Configuration reference](#configuration-reference) - [Theming](#theming) +- [Skins](#skins) - [Getting started](#getting-started) - [Install dependencies](#install-dependencies) - [Development](#development) @@ -150,7 +151,7 @@ Set `theme` in `config.json` to a filename (without `.css`) from `src/assets/the | `catppuccin-latte` | Light | [Catppuccin](https://github.com/catppuccin/catppuccin) | | `sap-horizon` | Light | [SAP Horizon](https://github.com/SAP/theming-base-content) | -Default: `tokyo-night-storm`. To add a theme, create a CSS file defining the same semantic tokens. +Default: `tokyo-night-storm`. To add a theme, create a CSS file in this directory defining all required CSS custom properties (see `src/shared/tokens/contract.ts` for the full list). ## Skins -- 2.43.0