From b9b5a2faeb05f42678416e908bfc7a651e39fb91 Mon Sep 17 00:00:00 2001 From: Sara Vieira Date: Sun, 27 Mar 2022 21:48:25 +0200 Subject: [PATCH 1/3] add search in repo and branch select --- .../configuration/_GithubRepositories.svelte | 89 ++++++++++--------- src/tailwind.css | 20 +++++ 2 files changed, 65 insertions(+), 44 deletions(-) diff --git a/src/routes/applications/[id]/configuration/_GithubRepositories.svelte b/src/routes/applications/[id]/configuration/_GithubRepositories.svelte index 4afbea65c..99be47d10 100644 --- a/src/routes/applications/[id]/configuration/_GithubRepositories.svelte +++ b/src/routes/applications/[id]/configuration/_GithubRepositories.svelte @@ -1,6 +1,6 @@ {#if repositories.length === 0 && loading.repositories === false} @@ -153,47 +168,33 @@ {:else}
- {#if loading.repositories} - - {:else} - - {/if} - - {#if loading.branches} - - {:else} - - {/if} +
+
+ +
+