@pierre-gilles en v5 sur mon iPhone, le nom des scènes dans un dashboard est tronqué plutôt que de s’écrire sur plusieurs lignes. Est-ce possible d’ajuster ?
Peut-être aussi possible d’ajuster la taille du bouton démarrer ?
Par exemple je vois ça :
Salut tout le monde !
Ce sujet est désormais en cours de développement .
Une PR a été ouverte pour afficher les noms de scènes du widget dashboard sur plusieurs lignes sur mobile :
master ← claude/scene-names-truncated-mobile-tos591
ouvert 08:56AM - 28 Aug 26 UTC
### Description
On mobile, scene names in the dashboard scene widget were cut w… ith an ellipsis: `.sceneName` forced the text on a single line (`white-space: nowrap` + `text-overflow: ellipsis`), so on a narrow screen only the first few words of a scene name were readable.
Changes in `front/src/components/boxs/scene/`:
- `style.css`: `.sceneName` no longer forces a single line — long names wrap on several lines, and `overflow-wrap: anywhere` handles very long names without spaces.
- `style.css` / `SceneRow.jsx`: the start / running-stop button is wrapped in a `.sceneAction` container with `flex: 0 0 auto`, so it keeps its natural size and is never squashed when a name takes several lines.
Checked on a 375px-wide viewport: a name like "Extinction de toutes les lumières du salon" now renders on two lines instead of "Extinction de toutes l…", the status line under the name is unchanged, and the "Démarrer" button stays the same size.
## Forum
Forum: https://community.gladysassistant.com/t/sur-mobile-noms-de-scenes-tronquees-dans-le-dashboard/10727
### Checklist
- [x] Tests pass: no server code changed; the change is CSS/markup only in the front
- [x] Linter and prettier pass on the changed files
- [x] No undocumented breaking change
N’hésitez pas à suivre la PR, à tester (optionnel, surtout pour les petites demandes) et à faire vos retours ici si besoin.
Je n’avais pas le soucis sur android