2 Commits

Author SHA1 Message Date
6e7ed3634b feat(wishlist): add infrastructure wishlist page
- add D1 database with drizzle ORM for wishlist data
- create wishlist items, votes, and comments tables
- implement server actions for CRUD, voting, comments
- add wishlist page with auth protection
- create components: stats, filters, item cards, add dialog, detail drawer
- add optimistic updates for voting
- update sidebar navigation with Infrastructure Wishlist link
- configure middleware to use WORKOS_REDIRECT_URI env var for local dev
2026-01-22 00:19:46 -07:00
8f45e2a310 Initialize web application via create-cloudflare CLI
Details:
  C3 = create-cloudflare@2.62.3
  project name = dashore-incubator
  framework = next
  framework cli = create-next-app@15.5.6
  package manager = pnpm@10.28.0
  wrangler = wrangler@4.59.3
  git = 2.52.0
2026-01-21 21:37:21 -07:00