From 26326efb11d474a6cbae14b97084bcfa4ba21779 Mon Sep 17 00:00:00 2001 From: Alan Peixinho Date: Tue, 12 May 2026 15:23:31 -0300 Subject: [PATCH] fix: Remove the date filter from dashboard listings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Tree and hardware listing pages no longer render the “last N days” input. * intervalInDays / ?i still apply from the URL; listing default is 30 days. Closes #1839 #1894 --- dashboard/src/components/TreeListingPage/TreeTable.tsx | 2 -- dashboard/src/components/TreeListingPage/TreeTableV2.tsx | 3 --- dashboard/src/pages/Hardware/HardwareTable.tsx | 6 ------ dashboard/src/routes/_main/hardware/route.tsx | 6 +++--- dashboard/src/routes/_main/hardware/v1/route.tsx | 6 +++--- dashboard/src/routes/_main/hardware/v2/route.tsx | 6 +++--- dashboard/src/routes/_main/tree/route.tsx | 6 +++--- dashboard/src/routes/_main/tree/v1/route.tsx | 6 +++--- dashboard/src/routes/_main/tree/v2/route.tsx | 6 +++--- dashboard/src/utils/constants/general.ts | 1 + 10 files changed, 19 insertions(+), 29 deletions(-) diff --git a/dashboard/src/components/TreeListingPage/TreeTable.tsx b/dashboard/src/components/TreeListingPage/TreeTable.tsx index bbc2f01a1..7ed850a1d 100644 --- a/dashboard/src/components/TreeListingPage/TreeTable.tsx +++ b/dashboard/src/components/TreeListingPage/TreeTable.tsx @@ -55,7 +55,6 @@ import type { ListingTableColumnMeta } from '@/types/table'; import { statusCountToRequiredStatusCount } from '@/utils/status'; -import { MemoizedInputTime } from '@/components/InputTime'; import { shouldShowRelativeDate } from '@/lib/date'; import { valueOrEmpty } from '@/lib/string'; import { PinnedTrees } from '@/utils/constants/tables'; @@ -533,7 +532,6 @@ export function TreeTable({ />
-
-
-