Bug Fixes
- remove GitHub issue link from admin report cards
- add www.glitchgrab.dev to connect-src Content Security Policy
- remove GitHub link from report conversation header
- use www.glitchgrab.dev base URL to avoid CORS redirect
- fix tailwind classname order and remove unused eslint-disable directives
- remove duplicate description label, auto-refresh comments every 10s, skip skeleton on refetch, increase body height to 40vh
- remove GitHub issue link from report cards
- use server-safe buildTenantUrl for profile slug description to prevent hydration mismatch
- reload page after payment to bypass stale Prisma cache
- return Razorpay error descriptions and support skipGstin flag
Features
- add Bug Reports nav item to admin sidebar
- add Bug Reports page with approve/reject/close, status filters, and conversation view
- add GSTIN column with inline edit, reset subscription button, and no-subscription badge
- add PATCH endpoint for admin to update user GSTIN
- add profile avatars and improved UI to recent customers list
- add reset-subscription API endpoint for admin
- add useResetSubscription and useUpdateAdminUserGstin hooks
- include gstNumber in admin users API response
- add GSTIN toggle with auto-uncheck on trial gate
- add glitchgrab SDK for auto error capture and bug reporting
- integrate glitchgrab report dialog with pre-filled error message
- trigger glitchgrab report on poor rating instead of in-app ticket
- use openReportDialog() for poor/okay ratings instead of hidden ref hack
- add report detail, reply, and approval action hooks for v1.4.0 APIs
- add useGlitchgrabReports hook to fetch user bug reports
- add GlitchgrabSDKProvider with session mapping and ReportButton
- mount hidden ReportButton to listen for openReportDialog events
- wrap app with GlitchgrabSDKProvider for auto error capture
- add approve/reject/close actions to bug report cards
- add Bug Reports section showing glitchgrab auto-captured errors
- add report conversation sheet with comments, reply, auto-refresh, and markdown description
- add Report a Bug button using glitchgrab ReportButton
- add skipGstin param to createSubscription hook
