From d0f60b93e5f2a103750d86eb2e88a31fb0181252 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Tue, 10 Jun 2025 22:26:41 +0200 Subject: [PATCH] added tooltips to headermenu --- .../Subcomponents/ItemPopupComponents/HeaderView.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx b/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx index 95847b40..dca14fc4 100644 --- a/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx +++ b/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx @@ -137,7 +137,8 @@ export function HeaderView({ editCallback && (
  • item.layer?.customEditLink ? navigate( @@ -155,7 +156,8 @@ export function HeaderView({ setPositionCallback && (
  • @@ -166,7 +168,11 @@ export function HeaderView({ hasUserPermission(api.collectionName!, 'delete', item) && deleteCallback && (
  • - + {loading ? ( ) : (