From 0df859366c4bf974b960ef3c199e9231fcbb6937 Mon Sep 17 00:00:00 2001 From: Mattias Granlund Date: Thu, 14 Dec 2023 00:16:28 +0100 Subject: [PATCH] Show filtered branch count in sidebar rather than total --- .../ui/src/routes/[projectId]/navigation/Branches.svelte | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/ui/src/routes/[projectId]/navigation/Branches.svelte b/packages/ui/src/routes/[projectId]/navigation/Branches.svelte index 802d5b97f..e6b44619b 100644 --- a/packages/ui/src/routes/[projectId]/navigation/Branches.svelte +++ b/packages/ui/src/routes/[projectId]/navigation/Branches.svelte @@ -136,7 +136,11 @@ $height = Math.min(maxHeight, e.detail / (16 * $userSettings.zoom)); }} /> - +