From 211c6ef6d565c3fb321317c7e1f94da2b4fa374c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20L=C3=B6hnertz?= Date: Tue, 11 Jun 2024 12:34:09 +0200 Subject: [PATCH] Add a missing feature to the About page and the README --- README.md | 1 + src/views/AboutView.vue | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 0f85fb4..97cb45a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index 09d15af..6af7791 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -22,6 +22,9 @@
  • 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.