mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
Add progress bar to voice recording feature.
This commit is contained in:
parent
18ba9f9707
commit
490a4b6823
1 changed files with 5 additions and 1 deletions
|
@ -19,10 +19,14 @@ the aider chat session.
|
|||
|
||||
#### /voice
|
||||
|
||||
> Recording, press ENTER when done... 3.5sec
|
||||
<blockquote>
|
||||
<p>Recording, press ENTER when done... 3.5sec
|
||||
<div id="progress-bar">
|
||||
<div id="progress"></div>
|
||||
</div>
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<style>
|
||||
#progress-bar {
|
||||
width: 100px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue