mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
ui tweaks (#442)
This commit is contained in:
parent
28acb8d495
commit
9c72a3ae12
4 changed files with 30 additions and 22 deletions
|
|
@ -216,7 +216,7 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
|
|||
initialCursorOffset={editorState.initialCursorOffset}
|
||||
initialText={query}
|
||||
onChange={onChange}
|
||||
placeholder="Enter your message or use tools (e.g., @src/file.txt)..."
|
||||
placeholder="Type your message or @path/to/file"
|
||||
/* Account for width used by the box and > */
|
||||
navigateUp={inputHistory.navigateUp}
|
||||
navigateDown={inputHistory.navigateDown}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue