Area: src/lib/components/FindReplaceBar.svelte (~line 159)
Severity: Low
Problem
The match counter reads "No matches" the moment the bar opens, before the user has
typed anything. That's misleading — nothing is being matched yet.
Suggested fix
Show empty / "Type to search" placeholder text until the query is non-empty, then
switch to the match count once there's something to count.
Area:
src/lib/components/FindReplaceBar.svelte(~line 159)Severity: Low
Problem
The match counter reads "No matches" the moment the bar opens, before the user has
typed anything. That's misleading — nothing is being matched yet.
Suggested fix
Show empty / "Type to search" placeholder text until the query is non-empty, then
switch to the match count once there's something to count.