acf6fc05adffa64a718c0906afdf8b964f4f45d7
Some checks failed
CI / E2E Tests (push) Waiting to run
CI / Unit & Component Tests (push) Successful in 10m14s
CI / Backend Unit Tests (push) Has been cancelled
CI / E2E Tests (pull_request) Failing after 13m49s
CI / Backend Unit Tests (pull_request) Failing after 13m59s
CI / Unit & Component Tests (pull_request) Failing after 14m9s
The sync $effect on the home page unconditionally overwrote the local `q` state with the URL value after every navigation. When users typed faster than a navigation round-trip (debounce fires → goto() → data reloads), the completed navigation wrote the stale URL value back into the input, dropping the characters typed in the interim. Guard the `q` assignment in the effect with a `qFocused` flag (set via onfocus/onblur on the text input). Covers issue #34. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.1%
TypeScript
11.5%
Java
10.9%
Svelte
4.2%
Shell
0.1%