Додан моніторінг застосунку

Додани веб компоненти карточок територій та повідомлень
This commit is contained in:
2025-12-08 00:14:56 +02:00
parent e41590546c
commit 85483b85bb
206 changed files with 2370 additions and 595 deletions

View File

@@ -50,11 +50,13 @@ const Stand_constructor = {
if (response.status == 200) {
console.log({ 'setPack': 'ok' });
button.innerText = "Стенд додано";
Notifier.success('Стенд створено');
return response.json()
} else {
console.log('err');
button.innerText = "Помилка запису";
Notifier.error('Помилка створення');
return
}