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/7] 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/7] 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 || '—'}
From c4070392867ef8a99448617801199c07a7f29ee2 Mon Sep 17 00:00:00 2001
From: 1AhmedYasser <26207361+1AhmedYasser@users.noreply.github.com>
Date: Sun, 24 May 2026 15:49:37 +0300
Subject: [PATCH 3/7] fix(1024): Fixed endpoint modal overflow
---
.../components/Flow/EdgeTypes/AddEndpointModal.tsx | 2 +-
GUI/src/components/Modal/Modal.scss | 5 +++++
GUI/src/components/Modal/index.tsx | 12 ++++++++++--
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/GUI/src/components/Flow/EdgeTypes/AddEndpointModal.tsx b/GUI/src/components/Flow/EdgeTypes/AddEndpointModal.tsx
index 754559ac..fcefee8f 100644
--- a/GUI/src/components/Flow/EdgeTypes/AddEndpointModal.tsx
+++ b/GUI/src/components/Flow/EdgeTypes/AddEndpointModal.tsx
@@ -188,7 +188,7 @@ const AddEndpointModal: React.FC
= ({
const modalTitle = mode === 'edit' ? t('newService.editEndpoint') : t('newService.createNewEndpoint');
return (
-
+