From 72d1192499d69821f232447c89026135b3e78611 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Wed, 28 May 2025 20:10:59 +0700 Subject: [PATCH] chore: add skip button joyride (#5125) --- web-app/src/containers/CustomeTooltipJoyRide.tsx | 8 ++++++-- web-app/src/containers/HeaderPage.tsx | 9 ++++----- web-app/src/containers/SetupScreen.tsx | 2 ++ web-app/src/routes/settings/providers/$providerName.tsx | 2 +- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/web-app/src/containers/CustomeTooltipJoyRide.tsx b/web-app/src/containers/CustomeTooltipJoyRide.tsx index 6443c6f28..aabaaf7ca 100644 --- a/web-app/src/containers/CustomeTooltipJoyRide.tsx +++ b/web-app/src/containers/CustomeTooltipJoyRide.tsx @@ -37,7 +37,11 @@ export function CustomTooltipJoyRide(props: TooltipRenderProps) { )} > {step.showSkipButton && ( - )} @@ -45,7 +49,7 @@ export function CustomTooltipJoyRide(props: TooltipRenderProps) { {index > 0 && (