khoj-ai / khoj

Your AI second brain. Self-hostable. Get answers from the web or your docs. Build custom agents, schedule automations, do deep research. Turn any online or local LLM into your personal, autonomous AI (e.g gpt, claude, gemini, llama, qwen, mistral).
https://khoj.dev
GNU Affero General Public License v3.0
14.7k stars 730 forks source link

Reduce tooltip popup delay duration for Create Agent button on Web app #926

Closed shantanuSakpal closed 1 month ago

shantanuSakpal commented 1 month ago

Resolves #915 So 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 , he will see that its a feature coming soon!