From bf4a9e5c499c9eee9f8b63dbb6733e09e3090fd0 Mon Sep 17 00:00:00 2001 From: Jamie Guthrie Date: Thu, 17 Aug 2023 03:05:50 +0200 Subject: Refactor & set tooltip delay in global env --- modern/.env | 1 + modern/src/other/GeofencesPage.js | 2 +- modern/src/resources/l10n/en.json | 1 - modern/src/settings/GroupsPage.js | 1 - modern/src/settings/components/CollectionActions.js | 8 ++++---- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/modern/.env b/modern/.env index c8702185..30d7591a 100644 --- a/modern/.env +++ b/modern/.env @@ -1,3 +1,4 @@ ESLINT_NO_DEV_ERRORS=false REACT_APP_URL_NAME='localhost:8082' REACT_APP_VERSION=$npm_package_version +REACT_APP_TOOLTIP_DELAY=750 \ No newline at end of file diff --git a/modern/src/other/GeofencesPage.js b/modern/src/other/GeofencesPage.js index cbbf3d40..37875a67 100644 --- a/modern/src/other/GeofencesPage.js +++ b/modern/src/other/GeofencesPage.js @@ -118,7 +118,7 @@ const GeofencesPage = () => {