Bug Fixes
- fix industry pie chart clipping by switching to full-width vertical layout
- remove unused export from UserPostHogData interface
- remove unused exports from ComplianceType and ComplianceGroup interfaces
- remove unused export from AdminFeedbackItem interface
Features
- add FeedbackSection to admin dashboard with rating summary and feed
- add GET /api/admin/feedback endpoint and useAdminFeedback hook
- add POST /api/feedback endpoint to save user feedback
- mount FeedbackWidget in dashboard layout
- add floating feedback widget with 3-option rating, useMutation, and 15min delay for new users
- add UserFeedback model and FeedbackRating enum with migration
- add Chrome extension promo banner for ADMINISTRATOR role above footer
- add Support button linking to WhatsApp in user dropdown
