From 3d2dfb1fdec5c447b0d7a459854eba7c1ca83247 Mon Sep 17 00:00:00 2001 From: Evan Purkhiser Date: Tue, 7 Apr 2026 16:03:01 -0400 Subject: [PATCH] feat(crons): Update onboarding empty state illustration Add a new crons-specific cuckoo clock illustration for the crons onboarding empty states, replacing the generic onboarding-preview SVG in cron views. --- static/app/views/detectors/list/cron.tsx | 2 +- .../app/views/insights/crons/components/platformPickerPanel.tsx | 2 +- static/images/spot/crons-onboarding.svg | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 static/images/spot/crons-onboarding.svg diff --git a/static/app/views/detectors/list/cron.tsx b/static/app/views/detectors/list/cron.tsx index ac861c9fa7b39e..e44c24a5130125 100644 --- a/static/app/views/detectors/list/cron.tsx +++ b/static/app/views/detectors/list/cron.tsx @@ -2,7 +2,7 @@ import {useMemo, useRef} from 'react'; import styled from '@emotion/styled'; import {PlatformIcon} from 'platformicons'; -import onboardingImg from 'sentry-images/spot/onboarding-preview.svg'; +import onboardingImg from 'sentry-images/spot/crons-onboarding.svg'; import {LinkButton} from '@sentry/scraps/button'; import {Flex, Stack} from '@sentry/scraps/layout'; diff --git a/static/app/views/insights/crons/components/platformPickerPanel.tsx b/static/app/views/insights/crons/components/platformPickerPanel.tsx index 09549a58e39e8e..38c649b8f76287 100644 --- a/static/app/views/insights/crons/components/platformPickerPanel.tsx +++ b/static/app/views/insights/crons/components/platformPickerPanel.tsx @@ -1,7 +1,7 @@ import styled from '@emotion/styled'; import {PlatformIcon} from 'platformicons'; -import onboardingImg from 'sentry-images/spot/onboarding-preview.svg'; +import onboardingImg from 'sentry-images/spot/crons-onboarding.svg'; import {Button} from '@sentry/scraps/button'; import {Flex} from '@sentry/scraps/layout'; diff --git a/static/images/spot/crons-onboarding.svg b/static/images/spot/crons-onboarding.svg new file mode 100644 index 00000000000000..e8014e703ed267 --- /dev/null +++ b/static/images/spot/crons-onboarding.svg @@ -0,0 +1 @@ + \ No newline at end of file