From ca45d071e730d28be76c09cbf346df2f0e844dd7 Mon Sep 17 00:00:00 2001
From: piyush-3020
Date: Mon, 8 Jun 2026 01:00:11 +0530
Subject: [PATCH] Replace native tooltips with Tooltip component
---
frontend/src/components/DayDetailDrawer.tsx | 38 ++++++++++---------
.../methods/VariationNotesPanel.tsx | 8 ++--
2 files changed, 25 insertions(+), 21 deletions(-)
diff --git a/frontend/src/components/DayDetailDrawer.tsx b/frontend/src/components/DayDetailDrawer.tsx
index 9f8423a03..88d6a33db 100644
--- a/frontend/src/components/DayDetailDrawer.tsx
+++ b/frontend/src/components/DayDetailDrawer.tsx
@@ -246,24 +246,26 @@ function DayDetailRow({
{item.event.title}
{item.kind === "external" && (
-
-
-
- )}
+
+
+
+
+
+)}
{timeLabel}
{item.event.location && (
diff --git a/frontend/src/components/methods/VariationNotesPanel.tsx b/frontend/src/components/methods/VariationNotesPanel.tsx
index 3b429e98f..7994c8403 100644
--- a/frontend/src/components/methods/VariationNotesPanel.tsx
+++ b/frontend/src/components/methods/VariationNotesPanel.tsx
@@ -141,9 +141,11 @@ function SaveStatusIndicator({
}
if (status === "error") {
return (
-
- Save failed
-
+
+
+ Save failed
+
+
);
}
if (hasUnsavedChanges) {