From 2fc9840bb65a9298d329674b71c266ca43ea8b77 Mon Sep 17 00:00:00 2001 From: Fares Osman <43153226+fiosman@users.noreply.github.com> Date: Tue, 30 Jun 2026 11:58:29 -0400 Subject: [PATCH] fix: adds number of occurences text before each unique warning; fixes code editor icons to be consistent with the linting pane (#10183) --- ...$projectId.workspace.$workspaceId.spec.tsx | 1 + packages/insomnia/src/ui/css/main.css | 21 +++++++++++++++---- 2 files changed, 18 insertions(+), 4 deletions(-) diff --git a/packages/insomnia/src/routes/organization.$organizationId.project.$projectId.workspace.$workspaceId.spec.tsx b/packages/insomnia/src/routes/organization.$organizationId.project.$projectId.workspace.$workspaceId.spec.tsx index af1e95ccf5..14feeb58d8 100644 --- a/packages/insomnia/src/routes/organization.$organizationId.project.$projectId.workspace.$workspaceId.spec.tsx +++ b/packages/insomnia/src/routes/organization.$organizationId.project.$projectId.workspace.$workspaceId.spec.tsx @@ -923,6 +923,7 @@ const Component = ({ params }: Route.ComponentProps) => { icon={expandedLintMessageCodes.includes(item.code) ? 'chevron-down' : 'chevron-right'} className="h-2.5 w-2.5" /> + ({item.occurrences.length})