Sync

Synchronize your vault across devices.

{#if errorMsg}
{errorMsg}
{/if} {#if resultMsg && !errorMsg}
{resultMsg}
{/if} {#if conflictDetails.length > 0 && !errorMsg}
Sync conflicts
{#each conflictDetails as detail}
{detail}
{/each}
{/if} {#if settings && settings.lastError && !errorMsg}
Last sync error: {sanitizeError(settings.lastError)}
{/if}

Server

e.target.style.cssText = INPUT_FOCUS_STYLE} on:blur={e => e.target.style.cssText = INPUT_STYLE} bind:value={serverUrl} placeholder="https://example.com" />
e.target.style.cssText = INPUT_FOCUS_STYLE} on:blur={e => e.target.style.cssText = INPUT_STYLE} bind:value={username} />
e.target.style.cssText = INPUT_FOCUS_STYLE} on:blur={e => e.target.style.cssText = INPUT_STYLE} bind:value={password} />
{#if connectionResult}
{connectionResult}
{/if}

Sync Behavior

minutes
{#if settings && settings.lastSyncAt}
Last sync: {settings.lastSyncAt}
{/if}
{#if settings && settings.configured} {/if}