bluerobotics/cockpit
Voir sur GitHubfrontend: alerter: improve long message support
Open
#2 283 ouverte le 8 déc. 2025
enhancementgood first issueuiuxwidget-specific
Métriques du dépôt
- Stars
- (181 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Current behaviour
- #1083 added truncation with ellipses, but that means long messages can only be viewed as tooltips.
- MAVLink
STATUSTEXTmessages (the source of most of our alerter alerts) are currently sent immediately to the alerter, even if only partially formed
Expected or desired behaviour
- Ideally long messages would either wrap over multiple lines, or at least support some kind of auto-scrolling behaviour to allow reading them when they're visible (like in our ScrollingText component).
- The message definition has a limited character length, but there's a specified splitting and sequence re-combination mechanism, to allow sending longer messages, and it would be good if we could support that properly
Prerequisites
- I have checked to make sure that a similar request has not already been filed or fixed.