Merge pull request #1037 from escapade-mckv/fix-ux-issues

revert back to registry dialog on home screen configure
This commit is contained in:
Bobbie 2025-07-22 00:47:50 +05:30 committed by GitHub
commit 8b1c805ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -420,7 +420,7 @@ export const ChatInput = forwardRef<ChatInputHandles, ChatInputProps>(
<div className="flex items-center justify-between">
<div className="flex items-center gap-1 sm:gap-2 overflow-x-auto scrollbar-none">
<button
onClick={() => router.push(`/agents/config/${selectedAgentId}?tab=configuration&accordion=integrations`)}
onClick={() => setRegistryDialogOpen(true)}
className="flex items-center gap-1.5 text-muted-foreground hover:text-foreground transition-all duration-200 px-2.5 py-1.5 rounded-md hover:bg-muted/50 border border-transparent hover:border-border/30 flex-shrink-0"
>
<div className="flex items-center -space-x-0.5">