diff --git a/views/app/game-pane.html b/views/app/game-pane.html index de2a08c2d1..9d6d6b85c5 100644 --- a/views/app/game-pane.html +++ b/views/app/game-pane.html @@ -2,7 +2,7 @@
- +
diff --git a/views/app/modals.html b/views/app/modals.html index 529c8a7d1a..8ad404f2c6 100644 --- a/views/app/modals.html +++ b/views/app/modals.html @@ -34,7 +34,7 @@ - +

Highly discouraged because red tasks provide good incentive to improve (read more). However, this becomes necessary after long bouts of bad habits.

<@footer> {#if lt(_user.balance,1)} @@ -47,7 +47,7 @@ - +

Oops, out of Gems, which are used to buy special items! Habit is an open source project, and can use all the help it can get - buy more Gems to receive this pet, and consider it a donation to the contributors

<@footer> Buy More GemsNot enough Gems diff --git a/views/app/rewards.html b/views/app/rewards.html index f658b6e786..d00b91b2ff 100644 --- a/views/app/rewards.html +++ b/views/app/rewards.html @@ -8,42 +8,7 @@
- - -
-
- - -
- {gold(floor(_user.stats.gp))} - -
-
- {silver(_user.stats.gp)} - -
-
- - - <@extra> - -
    - - - - - - -
- - <@ads>Drive: The Surprising Truth About What Motivates Us -
-
-
- - - - +
{gems(_user.balance)} Gems diff --git a/views/app/tasks.html b/views/app/tasks.html index 27be0ed5d9..3be2c35f98 100644 --- a/views/app/tasks.html +++ b/views/app/tasks.html @@ -14,7 +14,15 @@
@@ -23,7 +31,15 @@
@@ -32,6 +48,8 @@
+ + {{#if @main}} {#if _user.history.todos} @@ -40,9 +58,18 @@ + {{/}} - + <@ads>The Checklist Manifesto: How to Get Things Right @@ -57,7 +84,49 @@
- +
+
+ + {{#if @main}} + + +
+ {gold(floor(_user.stats.gp))} + +
+
+ {silver(_user.stats.gp)} + +
+
+ {{/}} + + + <@extra> + {{#if @main}} + +
    + + + + + + +
+ {{/}} + + <@ads>Drive: The Surprising Truth About What Motivates Us +
+
+
@@ -65,18 +134,20 @@ {{#if equal(@type,'todo')}}{{/}} + {{#if @editable}}

+ {{/}}
    {#each @list as :task}{/}
{{@extra}}
- {{#if and( _loggedIn, notEqual(_user.flags.ads,'hide') )}} + {{#if and( _loggedIn, notEqual(_user.flags.ads,'hide'), @main )}}