Commit graph

8 commits

Author SHA1 Message Date
ThatGuySam
d45b587434 Finish axios migration via shared native HTTP helper
Replace all in-scope axios callsites with a new helpers/http.js wrapper over native fetch, including JSON/text GET, JSON POST, HEAD checks, and transient 5xx retry behavior; update all browser, build, script, and proxy API clients to use it; add focused unit tests; and remove axios from package dependencies.

Constraint: Preserve API/build and deployment behavior while lowering transport surface area.

Rejected: inline fetch replacements at each callsite | rejected to avoid inconsistent error/retry semantics.

Confidence: high

Scope-risk: moderate

Directive: Keep helper in place as the transport boundary and update tests when changing request semantics.

Tested: pnpm run -s typecheck, pnpm -s run test-prebuild, pnpm -s run test, pnpm -s run test:browser, pnpm -s run netlify-build, smoke GETs on /apple-silicon-app-test and /apple-silicon-app-test/?version=2

Not-tested: branch/netlify deployment health in CI pipeline after merge
2026-04-06 12:09:16 -05:00
Sam Carlton
44e0eb8217 Remove all but 3 font weights 2020-12-30 14:00:04 -06:00
Sam Carlton
f2711fe07f Add aria-label for email input 2020-11-20 13:04:29 -06:00
Sam Carlton
52d73fbea7 Don’t render email input UI until it’s need 2020-11-16 12:18:02 -06:00
Sam Carlton
f6e1c213c3 Add email subscribe to inline search items 2020-11-13 16:14:27 -06:00
Sam Carlton
3a5e20780e Name email-subscribe input 2020-11-09 15:24:41 -06:00
Sam Carlton
fb4b1697eb Add email validate to notification field 2020-11-09 14:27:46 -06:00
Sam Carlton
9c55bea365 Add notification field 2020-11-09 14:15:13 -06:00