{#if entry.type === 'task'}
-
{:else}
-
+
T
{/if}
-
+
+
-
- {entry.type}
-
+
+
+
+ {#if expanded}
+ - {entry.content} - + {#if !expanded} +
+ {entry.content} +
+ {/if}
+ {#if isSaving}
+ Saving...
+ {/if}
+
+ {entry.type}
+
+
+
+
+ {/if}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+