Kyle Pope
9bcf5ace5d
Fix search cold-cache gate, 429 handling, and datetime.now() violations
ConnectionSearch.tsx:
- Add loading guard for useSettings() — prevents cold cache from showing
"enable connections" gate when settings haven't loaded yet
- Add 429 rate limit handling in search catch block — shows user-friendly
message instead of silently showing "User not found"
- Import axios for isAxiosError type guard
connections.py:
- Fix 3x datetime.now() → datetime.now(timezone.utc) per hard rule
(lines 187, 378, 565)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-05 20:02:52 +08:00
..
2026-03-05 20:02:52 +08:00
2026-03-05 19:30:16 +08:00
2026-02-28 02:13:48 +08:00
2026-03-04 07:34:13 +08:00
2026-03-04 02:10:16 +08:00
2026-03-03 03:53:36 +08:00
2026-02-25 17:53:15 +08:00