From 5e094e9258b2366a5c83c6bbadf4590974d785ee Mon Sep 17 00:00:00 2001 From: Bernard Ngandu <31113941+bernard-ng@users.noreply.github.com> Date: Fri, 10 Oct 2025 08:59:14 +0200 Subject: [PATCH] Refactor client Leaflet integration to avoid conflicts --- client/index.html | 16 --- client/package-lock.json | 31 ++++++ client/package.json | 3 + client/src/App.tsx | 147 ++++++++++++++----------- client/src/components/ui/badge.tsx | 2 +- client/src/components/ui/button.tsx | 2 +- client/src/components/ui/card.tsx | 2 +- client/src/components/ui/separator.tsx | 2 +- client/src/main.tsx | 2 + client/src/types/leaflet-heat.d.ts | 22 ++++ client/tsconfig.app.json | 4 +- client/vite.config.ts | 2 - 12 files changed, 144 insertions(+), 91 deletions(-) create mode 100644 client/src/types/leaflet-heat.d.ts diff --git a/client/index.html b/client/index.html index ae65c03..7777281 100644 --- a/client/index.html +++ b/client/index.html @@ -5,25 +5,9 @@