mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +00:00
more ui nits
This commit is contained in:
parent
ab1185646d
commit
3c0af96b18
2 changed files with 2 additions and 2 deletions
|
|
@ -284,7 +284,7 @@ export const ChatBox = ({
|
|||
>
|
||||
<Editable
|
||||
className="w-full focus-visible:outline-none focus-visible:ring-0 bg-background text-base disabled:cursor-not-allowed disabled:opacity-50 md:text-sm"
|
||||
placeholder="Ask, plan, or search your codebase. @mention files to refine your query."
|
||||
placeholder="Ask questions about the selected search contexts. @mention files to refine your query."
|
||||
renderElement={renderElement}
|
||||
renderLeaf={renderLeaf}
|
||||
onKeyDown={onKeyDown}
|
||||
|
|
|
|||
|
|
@ -194,7 +194,7 @@ export const ContextSelector = React.forwardRef<
|
|||
>
|
||||
<Command>
|
||||
<CommandInput
|
||||
placeholder="Search contexts and repos..."
|
||||
placeholder="Search contexts..."
|
||||
onKeyDown={handleInputKeyDown}
|
||||
/>
|
||||
<CommandList ref={scrollContainerRef}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue