feat(studio): query insights improvements (#43109)

## I have read the
[CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md)
file.

YES

## What kind of change does this PR introduce?

This introduces Query Insights. It's the first edition of possible
future updates. This takes our old prototype and builds upon it for a
more action driven insights view.

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-authored-by: Ali Waseem <waseema393@gmail.com>
This commit is contained in:
kemal.earth
2026-03-13 15:09:26 +00:00
committed by GitHub
parent 57e6d9165b
commit 7ed8ab83a8
48 changed files with 3218 additions and 301 deletions

View File

@@ -4,7 +4,7 @@ import { QUERY_PERFORMANCE_CHART_TABS } from './QueryPerformance.constants'
import { Loader2 } from 'lucide-react'
import { ComposedChart } from 'components/ui/Charts/ComposedChart'
import type { MultiAttribute } from 'components/ui/Charts/ComposedChart.utils'
import type { ChartDataPoint } from './QueryPerformance.types'
import type { ChartDataPoint } from '../QueryInsights/QueryInsights.types'
interface QueryPerformanceChartProps {
dateRange?: {