mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-26 12:24:26 +03:00
Show filtered branch count in sidebar rather than total
This commit is contained in:
parent
ecf229a018
commit
0df859366c
@ -136,7 +136,11 @@
|
||||
$height = Math.min(maxHeight, e.detail / (16 * $userSettings.zoom));
|
||||
}}
|
||||
/>
|
||||
<BranchesHeader {scrolled} count={$branches$?.length ?? 0} filtersActive={$filtersActive}>
|
||||
<BranchesHeader
|
||||
{scrolled}
|
||||
count={$filteredBranches$?.length ?? 0}
|
||||
filtersActive={$filtersActive}
|
||||
>
|
||||
<FilterPopupMenu
|
||||
slot="context-menu"
|
||||
let:visible
|
||||
|
Loading…
Reference in New Issue
Block a user