Skip to content

Commit 805eec9

Browse files
author
thyttan
committed
twenties: add TODO comment
1 parent ced817c commit 805eec9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

apps/twenties/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Only vibrates during work days and hours.
1717
Add settings page.
1818
Add setting for active days and hours.
1919
Add setting for buzz strength/pattern.
20+
Add entry in settings to re-run setup.
2021

2122
## Contributors
2223

apps/twenties/lib.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// - Add settings page.
44
// - Add setting for active days and hours.
55
// - Add setting for buzz strength/pattern.
6+
// - Add entry in settings to re-run setup.
67

78
const getTimeAtNextBuzz = () => {
89
const isWorkTime = (d) =>

0 commit comments

Comments
 (0)