2 Commits

Author SHA1 Message Date
f181387099 fix(feedback): await github issue creation
Worker was terminating before the async GitHub API call
could complete. Adding await ensures the issue is created
before the response is returned.
2026-01-24 14:04:08 -07:00
41fdfd9e4c feat(deploy): configure cloudflare workers + D1 + feedback
- configure wrangler for CF account with D1 binding
- add feedback API route with rate limiting and github issue creation
- add feedback widget component
- add project detail page with status/schedule/info tabs
- add frappe-gantt type declarations
- fix type errors for production build
- add migration 0004 for feedback table
2026-01-24 13:58:37 -07:00