mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44: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
|
#### /voice
|
||||||
|
|
||||||
> Recording, press ENTER when done... 3.5sec
|
<blockquote>
|
||||||
|
<p>Recording, press ENTER when done... 3.5sec
|
||||||
<div id="progress-bar">
|
<div id="progress-bar">
|
||||||
<div id="progress"></div>
|
<div id="progress"></div>
|
||||||
</div>
|
</div>
|
||||||
|
</p>
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
#progress-bar {
|
#progress-bar {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue