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
/
design
/
at
t3code/remove-next-up-actions
1 folder
16 files
h14h.com
Simplify Next Up interactions
8d ago
14ea2da3
streak
Add day-clear streak profile
2 weeks ago
account-avatar.tsx
Simplify Next Up interactions
1 week ago
actioning-screen.tsx
Simplify Next Up interactions
1 week ago
auth-screen.tsx
Map shared symbols on Android
1 month ago
create-task.tsx
Add Glide Sync subscription paywall and RevenueCat integration Local-first stays free; a subscription gates Convex multi-device sync. - Paywall flow (plan -> real Clerk auth -> payment) in paywall-screen.tsx + route src/app/paywall.tsx, registered in _layout. - Header Sync entry / account button driven by real Clerk auth (sync-status.tsx); export AccountButton for reuse. - Grace / billing-retry notices on the Action screen and a local-only caption on New Task, plus an empty-state placement fix. - react-native-purchases wired via src/data/sync/revenuecat.tsx (<RevenueCatBridge/>): env-driven key, Purchases.logIn(clerkUserId), `sync` entitlement -> subscription state; Subscribe -> purchasePackage, with a dev stub fallback (entitlement.ts). - Docs: docs/engineering/subscriptions.md (+ README index, local-first link). react-native-purchases is native, so this needs a fresh dev build; payment and entitlement stay test-only until a RevenueCat Test Store key is set. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 month ago
glass-bar.tsx
Add branded Clerk auth and account flows
1 month ago
glide-field.tsx
Map shared symbols on Android
1 month ago
legal-screen.tsx
Prepare Glide for App Store submission
2 weeks ago
paywall-screen.tsx
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
planning-screen.tsx
Add day-clear streak profile
2 weeks ago
pop-button.tsx
Fix Android new task add tap target
1 month ago
profile-screen.tsx
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
shared.ts
Restructure Glide around an actioning-first flow Replace the two-tab shell (Now deck + Signals dashboard) with a single actioning surface plus on-demand planning and capture: - Actioning (home): a NOW hero card + NEXT UP list, with a Done action that completes tasks and a bottom bar to plan or capture. - Planning (full-screen modal): pass-scoped swipe deck — each open task is considered once per session; resisting softens it for the next pass. Adds a directional color wash on drag and button-triggered fly-off. - Capture (sheet): title-only; resistance is discovered through the loop. Backend: add createTask + complete mutations, simplify assess and the starter seed, and relax the now-unused context/minutes/lane fields to optional. Strip the Signals/lanes domain code. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 month ago
symbols.ts
Simplify Next Up interactions
1 week ago
sync-status.tsx
Add day-clear streak profile
2 weeks ago
use-action-list.ts
Simplify Next Up interactions
1 week ago
use-decision-engine.ts
Add day-clear streak profile
2 weeks ago