mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-14 22:52:15 +02:00
fix(placeholder): update placeholder text for clarity in assistant UI and hero chat demo
- Revised placeholder text to improve readability and user understanding by replacing the dash with a period and adding "Use" for prompts and docs.
This commit is contained in:
parent
248e622478
commit
3eb963b8b3
2 changed files with 2 additions and 2 deletions
|
|
@ -119,7 +119,7 @@ import {
|
||||||
} from "../new-chat/document-mention-picker";
|
} from "../new-chat/document-mention-picker";
|
||||||
|
|
||||||
const COMPOSER_PLACEHOLDER =
|
const COMPOSER_PLACEHOLDER =
|
||||||
"Track competitors, scrape platforms, automate briefs — / for prompts, @ for docs";
|
"Track competitors, scrape platforms, automate briefs. Use / for prompts, @ for docs";
|
||||||
|
|
||||||
type ComposerSuggestionAnchorPoint = {
|
type ComposerSuggestionAnchorPoint = {
|
||||||
left: number;
|
left: number;
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ export type HeroChatDemoScript = {
|
||||||
|
|
||||||
type Stage = "typing" | "steps" | "answer" | "done";
|
type Stage = "typing" | "steps" | "answer" | "done";
|
||||||
|
|
||||||
const PLACEHOLDER = "Track competitors, scrape platforms, automate briefs — / for prompts, @ for docs";
|
const PLACEHOLDER = "Track competitors, scrape platforms, automate briefs. Use / for prompts, @ for docs";
|
||||||
|
|
||||||
/** Blinking caret for the typewriter (overlay only, never inside the real input). */
|
/** Blinking caret for the typewriter (overlay only, never inside the real input). */
|
||||||
function Caret() {
|
function Caret() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue