## What changed - `src/lib/backend.ts` makes API calls to smartdrop-backend without handling 429 rate limit responses - If the backend rate limits the frontend, users see generic errors ## Why - Should detect 429 responses and show a "rate limited — try again in X seconds" message - Could also implement client-side request queuing ## How to test 1. Check `src/lib/backend.ts` for 429 handling 2. Confirm no retry-after or rate limit logic
What changed
src/lib/backend.tsmakes API calls to smartdrop-backend without handling 429 rate limit responsesWhy
How to test
src/lib/backend.tsfor 429 handling