Skip to content

APK: taxonomy review fixes (878a1dc)

Pre-release
Pre-release

Choose a tag to compare

@djbclark djbclark released this 01 Aug 14:21
a363d22

Release build (JS bundle embedded, standalone install — no Metro needed) of PR #7 (sidinsearch#7) with three review fixes on top of 5975a02:

  • Delta-sync pagination safety: hard page cap + non-advancing-cursor detection, so it can't spin forever if the backend doesn't implement offset yet (this PR is Android-only, no backend change).
  • Dedupe redundant /taxonomy HTTP calls at bootstrap: loadCategories() and loadPosts() previously each fetched independently in parallel; now share one in-flight fetch.
  • Tighten TaxonomyPayload type consistency (precedence/guidance optionality) in api.ts.

TypeScript passes. Verified the embedded JS bundle regenerated from the updated source (fresh Hermes bytecode timestamped to this build, not a stale cached copy).