feat(ui): discoverable-first search placeholder
CI / backend (pull_request) Successful in 1m16s
CI / frontend (pull_request) Successful in 29s
Security / secrets (pull_request) Successful in 6s
Security / dependencies (pull_request) Successful in 1m17s

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:
cesnimda
2026-07-01 20:30:57 +02:00
parent 4d6f10c707
commit 79e05ef0b7
+1 -1
View File
@@ -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"