{#if user === undefined} Please log in to view this page. {:else} {#await activityHistoryData} Loading activity history ... 33% {:then activities} {#if activities === undefined} Loading activities ... 66% {:else} {@const filledActivities = fillMissingDays(activities)}

{#if generated}

{/if}

Generate grid image

Days in risk of developing an activity history hole. (days with one activity)
    {#each filledActivities as activity} {#if activity.amount === 0}
  • {new Date( activity.date * 1000 + new Date().getTimezoneOffset() * 60 * 1000 ).toDateString()}
  • {/if} {/each}
{/if} {/await} {/if}