feat(ui): discoverable-first search placeholder
Per the design brief's pivotal decision (discoverable-first, not syntax), replace the operator-teaching placeholder (from:/is:unread/has:attachment) with a plain, inviting 'Search your inbox…'. Operators still work; they're just not the thing we put in a beginner's face. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -256,7 +256,7 @@ export default function Layout() {
|
||||
<Input
|
||||
ref={searchInputRef}
|
||||
type="search"
|
||||
placeholder="Search… from: is:unread has:attachment ( / )"
|
||||
placeholder="Search your inbox…"
|
||||
value={searchQuery}
|
||||
onChange={(e) => setSearchQuery(e.target.value)}
|
||||
aria-label="Search emails"
|
||||
|
||||
Reference in New Issue
Block a user