Skip to content

revert: clipboard sync at /clip (revert #41)#42

Merged
kaiiiichen merged 1 commit into
mainfrom
revert/clip-clipboard-sync
Apr 26, 2026
Merged

revert: clipboard sync at /clip (revert #41)#42
kaiiiichen merged 1 commit into
mainfrom
revert/clip-clipboard-sync

Conversation

@kaiiiichen

Copy link
Copy Markdown
Owner

Summary

Reverts #41 (clipboard sync feature) to roll the repo back to the pre-clip state on main. Per request — feature work paused.

This is a clean git revert -m 1 of the merge commit, so reapplying the feature later is just git revert <this-commit>.

What gets removed

  • app/auth/{callback,sign-out}/
  • app/clip/**
  • lib/clip/**
  • lib/supabase/**
  • proxy.ts
  • @supabase/ssr from package.json
  • Doc + .env.example additions for Clipboard Sync

Out of scope (handle manually if needed)

  • Supabase tables clipboards / clipboard_members / clipboard_entries and any RLS policies — still present in the database
  • Supabase Auth redirect URL allowlist entries
  • Vercel domain clip.kaichen.dev if it was added
  • ADMIN_EMAILS / NEXT_PUBLIC_SUPABASE_ANON_KEY env vars

Test plan

  • npm run lint && npm run typecheck && npm run test && npm run build green; build output no longer lists /clip, /clip/admin, /clip/board/[id], /auth/callback, /auth/sign-out, or a Proxy (Middleware) layer.

Made with Cursor

This reverts commit a983c19, reversing
changes made to 71f01c4.

Co-authored-by: Claude <noreply@anthropic.com>
@vercel

vercel Bot commented Apr 26, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
kaichen.dev Ready Ready Preview, Comment Apr 26, 2026 10:30am

@kaiiiichen
kaiiiichen merged commit 47806f5 into main Apr 26, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant