Add save progress UI and fix MMS errors

Show a progress bar during MP3 generation, update styles, and improve MMS error messaging.
This commit is contained in:
dsyoon
2026-01-30 19:01:24 +09:00
parent 39387a0544
commit c40fa33e7b
5 changed files with 70 additions and 1 deletions

View File

@@ -65,6 +65,21 @@ button.danger {
color: #ffffff;
}
.progress-wrap {
width: 100%;
height: 10px;
background: #f1d9a6;
border-radius: 6px;
overflow: hidden;
}
.progress-bar {
height: 100%;
width: 0%;
background: #f5a623;
transition: width 0.2s ease;
}
.tts-list {
list-style: none;
padding: 0;