There was an error while loading. Please reload this page.
1 parent ced817c commit 805eec9Copy full SHA for 805eec9
2 files changed
apps/twenties/README.md
@@ -17,6 +17,7 @@ Only vibrates during work days and hours.
17
Add settings page.
18
Add setting for active days and hours.
19
Add setting for buzz strength/pattern.
20
+Add entry in settings to re-run setup.
21
22
## Contributors
23
apps/twenties/lib.js
@@ -3,6 +3,7 @@
3
// - Add settings page.
4
// - Add setting for active days and hours.
5
// - Add setting for buzz strength/pattern.
6
+ // - Add entry in settings to re-run setup.
7
8
const getTimeAtNextBuzz = () => {
9
const isWorkTime = (d) =>
0 commit comments