diff --git a/views/app/index.html b/views/app/index.html index cf931b05a1..19de4f5680 100644 --- a/views/app/index.html +++ b/views/app/index.html @@ -301,37 +301,36 @@ do a find for the string after "→"

Habits

- +

Daily

- +
-
-
-

Todos

- +
+

Todos

+
+
    {#each _todoList as :task}{/}
-
- -
{#if _user.history.todos} - + {/} + +
@@ -350,24 +349,66 @@ do a find for the string after "→"
+ - - +
- {#if _user.flags.itemsEnabled} - - {/} - - +
+
+ +
    + {#each _rewardList as :task}{/} +
+ + + {#if _user.flags.itemsEnabled} +
    + {#with _view.items.weapon as :item}{/} + {#with _view.items.armor as :item}{/} + {#with _view.items.head as :item}{/} + {#with _view.items.shield as :item}{/} + {#with _view.items.potion as :item}{/} + {#with _view.items.reroll as :item}{/} +
+ {/} +
+ +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
...
+
+ + + +