From 7f0acae73b0d6200e2cf25d0fa8bc6bbcc1b4e9e Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 21 Feb 2025 12:36:44 +0100 Subject: [PATCH] HeaderView - ellipse-vertical & pencil & trash --- .../ItemPopupComponents/HeaderView.tsx | 34 ++++--------------- 1 file changed, 6 insertions(+), 28 deletions(-) diff --git a/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx b/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx index 96fec05f..dd85fa1f 100644 --- a/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx +++ b/src/Components/Map/Subcomponents/ItemPopupComponents/HeaderView.tsx @@ -9,6 +9,9 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ /* eslint-disable @typescript-eslint/no-non-null-assertion */ /* eslint-disable @typescript-eslint/no-unsafe-assignment */ +import EllipsisVerticalIcon from '@heroicons/react/24/outline/EllipsisVerticalIcon' +import PencilIcon from '@heroicons/react/24/outline/PencilIcon' +import TrashIcon from '@heroicons/react/24/outline/TrashIcon' import { useState, useEffect } from 'react' import { useNavigate } from 'react-router-dom' @@ -127,14 +130,7 @@ export function HeaderView({ tabIndex={0} className='tw-bg-base-100 tw-btn tw-m-1 tw-leading-3 tw-border-none tw-min-h-0 tw-h-6' > - - - +