From 1cf360c1ff1404bc5eb7d2f9073c946ef14ea7bd Mon Sep 17 00:00:00 2001 From: Mattias Granlund Date: Wed, 3 Apr 2024 13:51:16 +0200 Subject: [PATCH] Put BranchFilesHeader into BranchFilesList - removed it when refactoring file selection - realized it is necessary even without tree view --- .../src/lib/components/BranchFilesList.svelte | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/gitbutler-ui/src/lib/components/BranchFilesList.svelte b/gitbutler-ui/src/lib/components/BranchFilesList.svelte index 33939870a3..e46a50fdb1 100644 --- a/gitbutler-ui/src/lib/components/BranchFilesList.svelte +++ b/gitbutler-ui/src/lib/components/BranchFilesList.svelte @@ -1,4 +1,5 @@ +
+ +
{#each sortedFiles as file (file.id)} {/each} + +