mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-11 08:16:00 +08:00
feat: signal when chat runs complete
Users can miss chat completions while the app is in the background. They can also miss completions when their attention is elsewhere. Add opt-out sound notifications and a temporary title marker. This makes completion noticeable without external audio assets or persistent browser notifications.
This commit is contained in:
@@ -110,6 +110,12 @@
|
||||
"unsupported": "Le notifiche push non sono supportate in questo browser.",
|
||||
"denied": "Le notifiche push sono bloccate. Abilitale nelle impostazioni del browser."
|
||||
},
|
||||
"sound": {
|
||||
"title": "Suono",
|
||||
"description": "Riproduci un breve tono quando termina un'esecuzione della chat.",
|
||||
"enabled": "Attivato",
|
||||
"test": "Prova suono"
|
||||
},
|
||||
"events": {
|
||||
"title": "Tipi di evento",
|
||||
"actionRequired": "Azione richiesta",
|
||||
|
||||
Reference in New Issue
Block a user