diff --git a/gitbutler-ui/src/lib/components/Resizer.svelte b/gitbutler-ui/src/lib/components/Resizer.svelte index 0ba095e84..bf4f6eda0 100644 --- a/gitbutler-ui/src/lib/components/Resizer.svelte +++ b/gitbutler-ui/src/lib/components/Resizer.svelte @@ -92,7 +92,7 @@ transition: background-color 0.1s ease-out; /* background-color: var(--clr-theme-container-outline-light); */ &:hover { - transition-delay: 0.3s; + transition-delay: 0.1s; } z-index: 40; &:hover, diff --git a/gitbutler-ui/src/routes/[projectId]/components/BranchCard.svelte b/gitbutler-ui/src/routes/[projectId]/components/BranchCard.svelte index 069902852..b76c8c8fd 100644 --- a/gitbutler-ui/src/routes/[projectId]/components/BranchCard.svelte +++ b/gitbutler-ui/src/routes/[projectId]/components/BranchCard.svelte @@ -30,7 +30,6 @@ import DropzoneOverlay from './DropzoneOverlay.svelte'; import ScrollableContainer from '$lib/components/ScrollableContainer.svelte'; - import type { BranchService } from '$lib/branches/service'; export let branch: Branch; export let readonly = false; @@ -38,7 +37,6 @@ export let base: BaseBranch | undefined | null; export let cloud: ReturnType; export let branchController: BranchController; - export let branchService: BranchService; export let branchCount = 1; export let user: User | undefined; export let selectedFiles: Writable; @@ -144,8 +142,9 @@ } -
-
+
+
+
{/if}
+
+
-
- -
diff --git a/gitbutler-ui/src/routes/[projectId]/components/BranchLane.svelte b/gitbutler-ui/src/routes/[projectId]/components/BranchLane.svelte index 3fb3c044c..54c331984 100644 --- a/gitbutler-ui/src/routes/[projectId]/components/BranchLane.svelte +++ b/gitbutler-ui/src/routes/[projectId]/components/BranchLane.svelte @@ -37,7 +37,12 @@ } -
+
diff --git a/gitbutler-ui/src/routes/[projectId]/components/CommitList.svelte b/gitbutler-ui/src/routes/[projectId]/components/CommitList.svelte index 9d619dfbe..8710a0bd2 100644 --- a/gitbutler-ui/src/routes/[projectId]/components/CommitList.svelte +++ b/gitbutler-ui/src/routes/[projectId]/components/CommitList.svelte @@ -76,7 +76,7 @@ diff --git a/gitbutler-ui/src/routes/[projectId]/components/FileCard.svelte b/gitbutler-ui/src/routes/[projectId]/components/FileCard.svelte index 30688844c..082609b61 100644 --- a/gitbutler-ui/src/routes/[projectId]/components/FileCard.svelte +++ b/gitbutler-ui/src/routes/[projectId]/components/FileCard.svelte @@ -235,27 +235,54 @@
- { - fileWidth = e.detail / (16 * $userSettings.zoom); - lscache.set(fileWidthKey + file.id, fileWidth, 7 * 1440); // 7 day ttl - $defaultFileWidthRem = fileWidth; - }} - /> + +
+ { + fileWidth = e.detail / (16 * $userSettings.zoom); + lscache.set(fileWidthKey + file.id, fileWidth, 7 * 1440); // 7 day ttl + $defaultFileWidthRem = fileWidth; + }} + /> +