1.1.1
Restore uniform builder username autocomplete (#132)
Re-adds the username suggestions dropdown (with arrow-key navigation) to the uniform builder, which had been reverted and was missed in the 1.1.0 integration. Backed by the /userSearch endpoint shipped in 1.1.0 — no backend changes.
Changes
- Restore
searchForUserhelper and the autocomplete UI in the uniform builder - Debounce (200ms) + discard stale/out-of-order responses
- Clear suggestions on fetch error (no stale, clickable names)
- Guard non-array responses; log non-array payloads instead of dropping silently
- Fail loudly on missing
NEXT_PUBLIC_USERCACHE_API_URL/NEXT_PUBLIC_CLIENT_TOKEN
Deployment note
The client requires NEXT_PUBLIC_USERCACHE_API_URL set to the /userSearch endpoint (same server as NEXT_PUBLIC_DIFF_API_URL). Without it the autocomplete will not function.
Full changelog: 1.1.0...1.1.1