mirror of
https://github.com/supabase/supabase.git
synced 2026-06-04 11:51:55 +08:00
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:
@@ -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?: {
|
||||
|
||||
Reference in New Issue
Block a user