From 11d4b168a14042c0589982c3e6a5afbba067451b Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 15 Nov 2024 11:29:28 +0100 Subject: [PATCH] ui: remove speed index card --- .../DashboardList/NewDashModal/ExampleCards.tsx | 14 -------------- frontend/app/constants/card.ts | 1 - 2 files changed, 15 deletions(-) diff --git a/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx b/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx index fcad68a3e..ddde7facd 100644 --- a/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx +++ b/frontend/app/components/Dashboard/components/DashboardList/NewDashModal/ExampleCards.tsx @@ -257,20 +257,6 @@ export const CARD_LIST: CardType[] = [ ], example: ExampleTrend }, - { - title: 'Speed Index', - key: FilterKey.SPEED_LOCATION, - cardType: PERFORMANCE, - metricOf: FilterKey.SPEED_LOCATION, - category: CARD_CATEGORIES[1].key, - data: { - chart: generateAreaData(), - namesMap: [ - 'Series 1' - ] - }, - example: SpeedIndexByLocationExample - }, { title: 'Sessions with Slow Network Requests', key: TIMESERIES + '_slow_network_requests', diff --git a/frontend/app/constants/card.ts b/frontend/app/constants/card.ts index 3fa110cdc..70808fbdc 100644 --- a/frontend/app/constants/card.ts +++ b/frontend/app/constants/card.ts @@ -74,7 +74,6 @@ export const TYPES: CardType[] = [ description: 'Find out where users are dropping and understand why.', slug: FUNNEL, }, - { title: 'Speed Index', slug: FilterKey.SPEED_LOCATION, description: '' }, { title: 'Path Analysis', icon: 'signpost-split',