Додан моніторінг застосунку
Додани веб компоненти карточок територій та повідомлень
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
<!-- Конфигурация SW -->
|
||||
<script src="/sw.js"></script>
|
||||
|
||||
<!-- Кастомні елементи -->
|
||||
<script src="/lib/customElements/notification.js" defer></script>
|
||||
<script src="/lib/customElements/territoryCard.js" defer></script>
|
||||
|
||||
<link rel="stylesheet" href="/css/main.css" />
|
||||
|
||||
<script src="/config.js" defer></script>
|
||||
@@ -59,6 +63,8 @@
|
||||
|
||||
<script src="/lib/components/cloud.js" defer></script>
|
||||
|
||||
<script src="/lib/components/metrics.js" defer></script>
|
||||
|
||||
<script src="/lib/components/clipboard.js" defer></script>
|
||||
<script src="/lib/components/colorGroup.js" defer></script>
|
||||
<script src="/lib/components/makeid.js" defer></script>
|
||||
@@ -117,6 +123,9 @@
|
||||
<script src="/lib/pages/schedule/list/script.js" defer></script>
|
||||
<link href="/lib/pages/schedule/list/style.css" rel="stylesheet" />
|
||||
|
||||
<script src="/lib/pages/schedule/constructor/script.js" defer></script>
|
||||
<link href="/lib/pages/schedule/constructor/style.css" rel="stylesheet" />
|
||||
|
||||
<script src="/lib/app.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
@@ -169,39 +178,12 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Кнопка сповіщення та оновлення додатка -->
|
||||
<div id="update_banner" data-state="noupdate">
|
||||
<div class="content">
|
||||
<div class="headline"></div>
|
||||
<div class="subhead"></div>
|
||||
<div id="update_banner_icon">
|
||||
<svg
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
version="1.0"
|
||||
width="64px"
|
||||
height="64px"
|
||||
viewBox="0 0 128 128"
|
||||
xml:space="preserve"
|
||||
>
|
||||
<g>
|
||||
<path
|
||||
d="M64 9.75A54.25 54.25 0 0 0 9.75 64H0a64 64 0 0 1 128 0h-9.75A54.25 54.25 0 0 0 64 9.75z"
|
||||
></path>
|
||||
<animateTransform
|
||||
attributeName="transform"
|
||||
type="rotate"
|
||||
from="0 64 64"
|
||||
to="360 64 64"
|
||||
dur="1400ms"
|
||||
repeatCount="indefinite"
|
||||
></animateTransform>
|
||||
</g>
|
||||
</svg>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<app-notification-container
|
||||
id="notif-manager"
|
||||
position="top-right"
|
||||
max-visible="5"
|
||||
timeout="4000">
|
||||
</app-notification-container>
|
||||
|
||||
<!-- Анімація оновлення сторінки свайпом -->
|
||||
<div id="swipe_updater">
|
||||
|
||||
Reference in New Issue
Block a user