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

added tool tip popup on click for create agent #925

Closed shantanuSakpal closed 1 month ago

shantanuSakpal commented 1 month ago

This pr fixes issue #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 100ms. now as soon as user hovers over the button , he will see that its a feature coming soon!

sabaimran commented 1 month ago

hey @shantanuSakpal , not sure what happened with the PR, but it won't be necessary to fix this since we're rolling out the agent creation flow soon.

Thanks for finding the issue though!