{#if isLoading}
  • {$t.common.loading}
  • {:else if connections.length === 0}
  • {$t.connections?.no_saved || "No connections saved yet."}
  • {:else} {#each connections as conn}
  • {conn.name}
    {conn.type}://{conn.username}@{conn.host}:{conn.port}/{conn.database}
  • {/each} {/if}