feat(home): animated typewriter placeholder for the prompt composer

Cycle through localized example prompts with a typing/deleting animation
in the home composer placeholder, start the field empty instead of with
a default prompt, and style the home editor with larger prompt text.

Also rebrand the device-management copy from Lovart to Moteva.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-08 09:00:20 +08:00
parent 3c5006e2f3
commit ef45606a24
3 changed files with 101 additions and 4 deletions
+11
View File
@@ -137,6 +137,13 @@ button:disabled {
cursor: text;
}
.prompt-rich-editor.home-prompt-editor {
color: #1f2937;
font-size: 24px;
line-height: 1.45;
font-weight: 600;
}
.prompt-rich-editor[data-empty="true"]::before {
position: absolute;
top: 0;
@@ -146,6 +153,10 @@ button:disabled {
pointer-events: none;
}
.prompt-rich-editor.home-prompt-editor[data-empty="true"]::before {
color: #b5b7bc;
}
.prompt-card.has-references .prompt-rich-editor {
min-height: 118px;
}