Files
formbricks/packages
TheodorTomas b65feca0a5 fix: align schema definitions and seed data with CubeJS cube, add feedback_records table
- Remove phantom dimensions (channel, rating, surveyName) and measure
  (completionRate) from schema-definition that don't exist in the CubeJS
  FeedbackRecords cube
- Fix seed chart queries to use valid cube fields (collectedAt instead of
  createdAt, sentiment instead of rating, sourceType instead of channel,
  sourceName instead of surveyName)
- Create feedback_records table with sample data in the seed so charts
  work in local dev
- Fix ChartPreview infinite spinner when query fails by separating
  loading/error/empty states
- Prevent duplicate query execution when AdvancedChartBuilder has
  hidePreview enabled
2026-02-25 15:03:32 +07:00
..
2026-02-25 11:51:56 +05:30