Share the load. Tend your home. Pick a companion to keep you company โ every one of them has a secret name.
That's it. Nothing else is owed to anyone right now โ least of all you.
Let's tend to today, one thing at a time.
One clear owner. Nothing hidden.
Grows with everything the household tends to โ together.
๐ฅ 4-day flexible streak
Miss a day and the streak just dims โ it doesn't break. You've got 2 grace days left this week.
Built to work on your worst day, not just your best one.
Nothing left for today โ go enjoy that ๐
'; return; } card.innerHTML = taskCardHTML(task, true); wireTaskCard(card, task, true); } function taskCardHTML(task, big){ var stepsHTML = task.steps.map(function(s, i){ var isTricky = (task.tricky===i); return ''; }).join(""); return ''+ 'Nothing fits that window right now.
'; } renderAdminList(); } function renderAdminList(){ var list = $("#adminList"); list.innerHTML = ""; ADMIN.forEach(function(task){ var div = document.createElement("div"); div.className = "card task-card admin-card" + (task.done ? " done" : ""); div.innerHTML = taskCardHTML(task, false) + '