Product
Blog
Docs
Pricing
Log in
Sign up
xdv/subscriptions-feedback
xdv/subscriptions-feedback
/
Compare
Merge
subscriptions-feedback/main
into
subscriptions/main
16 files changed
Hide whitespace
+722
-86
README.md
+34
-4
subscriptions/main
subscriptions-feedback/main
backend/db.ts
+6
-1
backend/email/handle.ts
+80
-39
backend/links.ts
+59
-7
backend/llm.ts
+24
-19
backend/subscriptions.ts
+47
-5
C
cron.ts
+5
-0
E
email.ts
+17
-1
frontend/components/App.tsx
+1
-0
frontend/components/SubscriptionTable.tsx
+29
-3
H
index.ts
+35
-7
shared/types.ts
+24
-0
backend/email/senders.ts
+82
-0
frontend/components/EditRow.tsx
+156
-0
shared/dedupe.ts
+56
-0
shared/reconcile.ts
+67
-0