Todo list

This offline todo-list app is implemented with drift on the web.

{#await database from dbFuture} {#if database.hasData}
{#await each snapshot from database.data.items} {#if snapshot.hasData} {#for entry, i in snapshot.data} {#if i != snapshot.data.length - 1}
{/if} {/for} {/if} {/await} {:else if database.hasError} Sorry, we could not open the database on this browser! {:else} {/if} {/await}