{#snippet branchRows(rows: BranchRow[])} {#each rows as row (row.id)} {#if row.kind === "folder"} {@const open = isBranchFolderOpen(row.id)} toggleBranchFolder(row.id)} oncontextmenu={(event) => openFolderContextMenu(event, row)} aria-expanded={open} title={row.branchCount === 1 ? t("branches.folderTitleOne", { name: row.name }) : t("branches.folderTitle", { name: row.name, count: row.branchCount })} > {#if open}{:else}{/if} {#if isRemoteRoot(row)} {:else if open} {:else} {/if} {row.name} {#if row.current && !open} {/if} {row.branchCount} {:else} {@const tracking = trackingFor(row.branch)}
{t("branches.openRepo")}