From bb9448ca1cf36f34de524fec0575c51169709623 Mon Sep 17 00:00:00 2001 From: Ansgar Grunseid Date: Mon, 2 Oct 2023 15:39:11 -0700 Subject: [PATCH] change column title from "ID" to "ID or Badge Name" to highlight that you can filter for badges by typing the badge name, e.g. "cassini" --- src/components/StatsGrid/StatsGridConfig.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/StatsGrid/StatsGridConfig.tsx b/src/components/StatsGrid/StatsGridConfig.tsx index 4ecb67a..72ae82a 100644 --- a/src/components/StatsGrid/StatsGridConfig.tsx +++ b/src/components/StatsGrid/StatsGridConfig.tsx @@ -107,7 +107,7 @@ export const columnDefs = [ }, { field: "id", - headerName: "ID", + headerName: "ID or Badge Name", headerTooltip: (() => { return [ htmlBold("Unique ID of the node (only first part of the ID is shown)."),