Skip to content

Commit

Permalink
Add a missing feature to the About page and the README
Browse files Browse the repository at this point in the history
  • Loading branch information
loehnertz committed Jun 11, 2024
1 parent 6e936e6 commit 211c6ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ The app supports both Gong Fu Cha and Western-style brewing and comes with prede
- Timer for each infusion with a countdown and progress bar.
- Audio alerts for the end of the infusion and five seconds before the end to get ready to pour.
- Adjust the timer just for the next infusion if the last one was too strong or too weak.
- Control the timer with the space bar and the arrow keys for a more hands-free experience.
- Keeps the device awake during an infusion to prevent the timer from disappearing while the tea is brewing.
- Stores and loads settings and infusion count using local storage in case the app is closed during a session.

Expand Down
3 changes: 3 additions & 0 deletions src/views/AboutView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
<li>
Adjust the timer just for the next infusion if the last one was too strong or too weak.
</li>
<li>
Control the timer with the space bar and the arrow keys for a more hands-free experience.
</li>
<li>
Keeps the device awake during an infusion to prevent the timer from disappearing while the
tea is brewing.
Expand Down

0 comments on commit 211c6ef

Please sign in to comment.