Home

jude / unfollowers

publicjudekim0507/unfollowers
Overview Code History Branches Pull requestsIssuesInsights
main
HomeOverview Code PRsIssues

refactor: extension to svelte vite

4 months ago

f34982f
Authored
Jude Kim5/18/2026, 2:56:14 AM

Parentd85e339

41 files changed
  • AGENTS.md+0−5
  • CLAUDE.md+0−1
  • README.md+1−1
  • components.json+0−25
  • eslint.config.mjs+1−7
  • index.html+11−0
  • next.config.ts+0−10
  • package-lock.json+1985−8546
  • package.json+13−17
  • public/background.js+59−10
  • public/extension-shell.js+6−4
  • public/file.svg+0−1
  • public/fonts/geist-mono-latin.woff2——
  • public/fonts/geist-sans-latin.woff2——
  • public/globe.svg+0−1
  • public/manifest.json+1−1
  • public/next.svg+0−1
  • public/vercel.svg+0−1
  • public/window.svg+0−1
  • sandbox.html+29−0
  • scripts/prepare-extension.mjs+0−101
  • src/App.svelte+1519−0
  • src/app/globals.css+0−124
  • src/app/layout.tsx+0−45
  • src/app/page.tsx+0−972
  • src/components/theme-provider.tsx+0−11
  • src/components/ui/avatar.tsx+0−109
  • src/components/ui/badge.tsx+0−52
  • src/components/ui/button.tsx+0−58
  • src/components/ui/checkbox.tsx+0−29
  • src/components/ui/dialog.tsx+0−160
  • src/components/ui/dropdown-menu.tsx+0−280
  • src/components/ui/input.tsx+0−20
  • src/components/ui/scroll-area.tsx+0−55
  • src/components/ui/table.tsx+0−116
  • src/globals.css+303−0
  • src/lib/instagram-bridge.ts+17−6
  • src/main.ts+9−0
  • svelte.config.js+5−0
  • tsconfig.json+6−12
  • vite.config.ts+25−0