feat(ui): зелёная кнопка ответа и автообновление PWA

This commit is contained in:
AidarKC
2026-04-22 19:49:32 +03:00
parent e0333a9c32
commit 1a8d1c70fd
5 changed files with 200 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ function ensureUi() {
acceptBtn = document.createElement('button');
acceptBtn.type = 'button';
acceptBtn.className = 'primary-btn';
acceptBtn.className = 'call-accept-btn';
acceptBtn.textContent = 'Ответить';
acceptBtn.addEventListener('click', async () => {
await acceptIncomingCall();