{#if updateAvailable && $isOnlyUser}
Update
{/if}
{ store.update(state => { state.builderSidePanel = true return state }) }} > Users
Preview
{ if (!appActionPopoverOpen) { appActionPopover.show() } else { appActionPopover.hide() } }} >
Publish
{ appActionPopoverOpen = false }} on:open={() => { appActionPopoverOpen = true }} >
{ if (isPublished) { viewApp() } else { appActionPopover.hide() updateAppModal.show() } }} > {$store.url} {#if isPublished} {:else} {/if} {#if isPublished} {lastDeployed} Unpublish Revert {:else} Not published {/if}
{#if isPublished} { $goto("./settings/embed") appActionPopover.hide() }} > Embed {/if}
Are you sure you want to unpublish the app {selectedApp?.name}? { await initialiseApp() }} />