All Tasks | Today’s Tasks | Overdue Tasks | 📅 Appointments | 📝 Review Tasks | ➕ Bulk Add
// focussed timer running: // Show half a dozen 5 minute tasks as a button, when these are clicked it completes them with the duration from the focussed timer. $recurringQuery = "SELECT * FROM tasks WHERE recurrence_days < 1 AND (status = 'pending' OR completed_at = '' OR completed_at IS NULL) ORDER BY last_start_datetime ASC"; $recurring = $mysqli->query($recurringQuery); ?>Start a Focus Session
No running timers