alpha
Login
or
Join now
h14h.com
/
glide
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Effortlessly glide through your todos
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
glide
/
src
/
data
/
at
main
1 folder
6 files
h14h.com
Simplify Next Up interactions
5d ago
14ea2da3
sync
Fix free-sync bootstrap and document sandbox Convex env The client sync bootstrap called api.revenuecat.refresh unconditionally, which in free-sync mode throws (no RevenueCat key) and aborts the pull/push attach — and on success would reset an entitlement-less user to 'free' and stop sync. Skip the refresh when EXPO_PUBLIC_FREE_SYNC=1; FreeSyncBridge holds the client state at 'subscribed' and the server grants access via SANDBOX_GRANT_ALL. Also document that the sandbox Convex deployment needs CLERK_JWT_ISSUER_DOMAIN (and deliberately no RevenueCat key). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
6 days ago
ids.ts
Simplify Next Up interactions
5 days ago
storage.ts
Local-first architecture + single-user Convex sync; drop sortAt Every feature now works offline with no account or network: a local MMKV-backed Zustand store is the source of truth behind a repository seam (src/data), and Convex is gone from the runtime path. Add an optional, account-scoped Convex sync engine (single-user/dogfood mode): an offline outbox of optimistic writes with idempotent upserts keyed by a client UUID and last-write-wins reconciliation, plus the push/pull backend (convex/sync.ts). Replace the over-engineered sortAt ordering with stable createdAt/completedAt, and drop the sortAt column via a zero-downtime widen->migrate->narrow (@convex-dev/migrations). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 month ago
streak-store.ts
Add day-clear streak profile
2 weeks ago
task-repository.ts
Simplify Next Up interactions
5 days ago
task-store.ts
Simplify Next Up interactions
5 days ago
use-board.ts
Simplify Next Up interactions
5 days ago