diff --git a/packages/ui/src/routes/[projectId]/components/BranchFiles.svelte b/packages/ui/src/routes/[projectId]/components/BranchFiles.svelte new file mode 100644 index 000000000..c284fcca3 --- /dev/null +++ b/packages/ui/src/routes/[projectId]/components/BranchFiles.svelte @@ -0,0 +1,72 @@ + + +{#if branch.conflicted} +
Nothing on this branch yet.
+ {#if !readonly} +Get some work done, then throw some files my way!
+ {/if} +Loading...
{:else if branch} + {#await branch.isMergeable then isMergeable} + {#if isMergeable} + + {/if} + {/await} +Applying this branch will introduce merge conflicts.
+{item.name}
cannot be undone.
+