From fa6652c615354812c97bfa3e5c53874c9c711ece Mon Sep 17 00:00:00 2001 From: Chris Arderne Date: Wed, 19 Aug 2026 11:44:16 +0100 Subject: [PATCH 1/2] fix(webapp): use native time filter mode controls --- .../app/components/runs/v3/SharedFilters.tsx | 55 +++++++++++-------- 1 file changed, 31 insertions(+), 24 deletions(-) diff --git a/apps/webapp/app/components/runs/v3/SharedFilters.tsx b/apps/webapp/app/components/runs/v3/SharedFilters.tsx index 756af300ff9..93a8d8b1133 100644 --- a/apps/webapp/app/components/runs/v3/SharedFilters.tsx +++ b/apps/webapp/app/components/runs/v3/SharedFilters.tsx @@ -668,16 +668,18 @@ function TimeDropdown({ >
{/* Duration section */} -
{ - setActiveSection("duration"); - setValidationError(null); - setSelectedQuickDate(null); - }} - className="flex cursor-pointer gap-3 rounded-md pb-3" - > - -
+
+ +
{/* Custom duration row */}
e.stopPropagation()} > {/* Date range section */} -
{ - setActiveSection("dateRange"); - setValidationError(null); - }} - className="flex cursor-pointer gap-3" - > - -
+
+ +
+
-
e.stopPropagation()} className="-ml-8"> +
{/* Quick select date ranges */} -
e.stopPropagation()}> +
-
e.stopPropagation()}> +
Date: Wed, 19 Aug 2026 12:56:41 +0100 Subject: [PATCH 2/2] fix(webapp): preserve time picker alignment --- apps/webapp/app/components/runs/v3/SharedFilters.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/webapp/app/components/runs/v3/SharedFilters.tsx b/apps/webapp/app/components/runs/v3/SharedFilters.tsx index 93a8d8b1133..ee922513738 100644 --- a/apps/webapp/app/components/runs/v3/SharedFilters.tsx +++ b/apps/webapp/app/components/runs/v3/SharedFilters.tsx @@ -814,7 +814,7 @@ function TimeDropdown({
-
+
-
+