Slack Status Sync

Keep your Slack status updated while you are actively coding.

{#if !slack.can_enable_status} Re-authorize with Slack {/if}

Slack Channel Notifications

Enable notifications in any channel by running /sailorslog on in that channel.

{#if slack.notification_channels.length > 0} {:else}

No channel notifications are enabled.

{/if}

Connected GitHub Account

Connect GitHub to show project links in dashboards and leaderboards.

{#if github.connected && github.username}
{:else} {/if}

Email Addresses

Add or remove email addresses used for sign-in and verification.

{#if emails.length > 0} {#each emails as email}

{email.email}

{email.source}

{#if email.can_unlink}
{/if}
{/each} {:else}

No email addresses are linked.

{/if}
{#snippet actions()}
{/snippet}