From 6767df541f968ae5e93e23f834f4396990341774 Mon Sep 17 00:00:00 2001 From: 1AhmedYasser <26207361+1AhmedYasser@users.noreply.github.com> Date: Sun, 24 May 2026 15:37:28 +0300 Subject: [PATCH 1/2] fix(1021): tooltip overflow in api registry page --- GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx b/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx index 32d457f6..15cbe23f 100644 --- a/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx +++ b/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx @@ -74,7 +74,7 @@ export const EndpointTooltipContent: React.FC<{ const IND2: React.CSSProperties = { paddingLeft: 32, opacity: 0.75, fontSize: 11 }; return ( -
+
NAME: {name || '—'}
From 02caea2597127f6f75505b45e65110e85358d883 Mon Sep 17 00:00:00 2001 From: 1AhmedYasser <26207361+1AhmedYasser@users.noreply.github.com> Date: Sun, 24 May 2026 15:38:32 +0300 Subject: [PATCH 2/2] fix(1021): Fixed format --- GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx b/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx index 15cbe23f..2bc4e7de 100644 --- a/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx +++ b/GUI/src/pages/ApiRegistryPage/ApiRegistryTable.tsx @@ -74,7 +74,16 @@ export const EndpointTooltipContent: React.FC<{ const IND2: React.CSSProperties = { paddingLeft: 32, opacity: 0.75, fontSize: 11 }; return ( -
+
NAME: {name || '—'}