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
feature/private-sync
1 folder
11 files
h14h.com
Close Private Sync security and QA blockers
15d ago
a3423f47
_generated
Close Private Sync security and QA blockers
2 weeks ago
account.ts
Implement Private Sync end-to-end encryption
2 weeks ago
auth.config.ts
Add Clerk auth baseline
1 month ago
convex.config.ts
Prepare Glide for App Store submission
2 weeks ago
encryptedSync.ts
Close Private Sync security and QA blockers
2 weeks ago
entitlements.ts
Close Private Sync security and QA blockers
2 weeks 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
privateSync.test.ts
Close Private Sync security and QA blockers
2 weeks ago
privateSync.ts
Close Private Sync security and QA blockers
2 weeks ago
revenuecat.ts
Prepare Glide for App Store submission
2 weeks ago
schema.ts
Close Private Sync security and QA blockers
2 weeks ago
sync.ts
Implement Private Sync end-to-end encryption
2 weeks ago