From b3ed75f02b9dfd53d25f34034d059470c76d1751 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Wed, 29 Dec 2021 14:33:24 -0600 Subject: [PATCH] status-bar: add titles This adds titles to interactive elements. This causes a small (browser- native) tooltip to display when hovering. --- src/status-bar/StatusBar.tsx | 12 ++++++++++-- src/status-bar/i18n.en.json | 2 ++ src/status-bar/i18n.ts | 2 ++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/src/status-bar/StatusBar.tsx b/src/status-bar/StatusBar.tsx index 6f96493d..fbca4972 100644 --- a/src/status-bar/StatusBar.tsx +++ b/src/status-bar/StatusBar.tsx @@ -58,7 +58,11 @@ const HubInfoButton: React.VFC = (_props) => { } > - @@ -82,7 +86,11 @@ const BatteryIndicator: React.VFC = (_props) => { } > -
+