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

Додани веб компоненти карточок територій та повідомлень
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

@@ -60,7 +60,7 @@ const Stand_list = {
},
renderCard: ({ element }) => {
const imagesList = ['1.png', '2.png', '3.png', '4.png', '5.png', '6.png', '7.png', '8.png'];
const imagesList = ['1.png', '5.png', '8.png', '7.png', '2.png', '3.png', '4.png', '6.png'];
// const randomImage = images[Math.floor(Math.random() * images.length)];
const image = imagesList[Stand_list.renderIndex % imagesList.length];
Stand_list.renderIndex++;
@@ -85,5 +85,5 @@ const Stand_list = {
<a href="/stand/card/${element.id}" data-route></a>
</div>
`;
},
}
}

View File

@@ -246,7 +246,8 @@
width: 100%;
height: 200px;
object-fit: cover;
filter: brightness(0.9) contrast(80%) saturate(110%) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
/* filter: brightness(0.9) contrast(80%) saturate(110%) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3)); */
filter: blur(1px) brightness(0.7) contrast(80%) saturate(110%) drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
border-radius: calc(var(--border-radius) - 5px);
}
@@ -266,7 +267,7 @@
.page-stand-list>details>#list>.card>.contents>.info>div {
width: 100%;
height: 35px;
height: 40px;
display: flex;
background: var(--ColorThemes0);
align-items: center;
@@ -288,15 +289,15 @@
.page-stand-list>details>#list>.card>.contents>.info>div>p {
color: var(--ColorThemes3);
font-size: var(--FontSize3);
font-weight: 400;
font-size: var(--FontSize4);
font-weight: 500;
padding: 10px;
z-index: 2;
}
.page-stand-list>details>#list>.card>.contents>.info>.button-edit {
min-width: 35px;
height: 35px;
min-width: 40px;
height: 40px;
border-radius: calc(var(--border-radius) - 5px - 4px);
background: var(--PrimaryColor);
cursor: pointer;