aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorpacien2024-01-05 01:05:50 +0100
committerpacien2024-01-05 01:05:50 +0100
commitb562cf4a27f7e1f8f15d772da156b9b28a7f3119 (patch)
treebb2cd88c8aa1288c6c5ded656a84012dfd756b94 /index.html
parent25910077e8624ae4f4495eda67f74b4fa4ff6e9b (diff)
downloadechoclip-b562cf4a27f7e1f8f15d772da156b9b28a7f3119.tar.gz
add red circle indicator when active recording
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html
index 751187d..621dc4d 100644
--- a/index.html
+++ b/index.html
@@ -37,7 +37,10 @@
37 <fieldset> 37 <fieldset>
38 <legend>Record a new clip</legend> 38 <legend>Record a new clip</legend>
39 39
40 <button id="record">Hold (space) to record</button> 40 <button id="record">
41 <span id="recording-indicator">⏺</span>
42 Hold (space) to record
43 </button>
41 44
42 <input type="checkbox" id="autoplay" name="autoplay" checked> 45 <input type="checkbox" id="autoplay" name="autoplay" checked>
43 <label for="autoplay">Autoplay</label> 46 <label for="autoplay">Autoplay</label>