From 65d5e03f7f79a507b617568ca4b47c3d3662763e Mon Sep 17 00:00:00 2001 From: Shantanu Sakpal Date: Sun, 29 Sep 2024 11:31:40 +0530 Subject: [PATCH] Reduce tooltip popup delay duration for Create Agent button on Web app (#926) The problem was the tool tip was visible on hover, but it was slow, so before the tool tip popped up, the user would click on the button and this stopped the tool tip from popping up. So i reduced the popup delay to 10ms. now as soon as user hovers over the button, they will see that its a feature coming soon! --- src/interface/web/app/agents/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/web/app/agents/page.tsx b/src/interface/web/app/agents/page.tsx index e0449c09..b5c1524f 100644 --- a/src/interface/web/app/agents/page.tsx +++ b/src/interface/web/app/agents/page.tsx @@ -295,7 +295,7 @@ export default function Agents() {

Agents

- +