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
/
convex
/
at
main
1 folder
8 files
h14h.com
Simplify Next Up interactions
7d ago
14ea2da3
_generated
Simplify Next Up interactions
1 week ago
account.ts
Prepare Glide for App Store submission
2 weeks ago
auth.config.ts
Add Clerk auth baseline
1 month ago
convex.config.ts
Give sandbox free Sync: signing in is the entitlement EXPO_PUBLIC_FREE_SYNC=1 (preview env only; production builds refuse it) turns the paywall into a plain sign-up/sign-in flow and maps signed-in to subscribed via FreeSyncBridge. Server-side, SANDBOX_GRANT_ALL=1 on the glide-sandbox deployment grants any authenticated identity read-write sync before the RevenueCat cache is consulted — that env var is the real gate and must never be set on production. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 week ago
entitlements.ts
Give sandbox free Sync: signing in is the entitlement EXPO_PUBLIC_FREE_SYNC=1 (preview env only; production builds refuse it) turns the paywall into a plain sign-up/sign-in flow and maps signed-in to subscribed via FreeSyncBridge. Server-side, SANDBOX_GRANT_ALL=1 on the glide-sandbox deployment grants any authenticated identity read-write sync before the RevenueCat cache is consulted — that env var is the real gate and must never be set on production. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 week ago
migrations.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
revenuecat.ts
Prepare Glide for App Store submission
2 weeks ago
schema.ts
Simplify Next Up interactions
1 week ago
sync.ts
Prepare Glide for App Store submission
2 weeks ago