Add per-row connectivity diagnostic refresh controls
Build and Deploy Gateway / build-and-push (push) Successful in 22s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-19 12:59:21 +03:00
parent 7cb25d0633
commit df865fbe3d
9 changed files with 131 additions and 23 deletions
+25
View File
@@ -79,6 +79,31 @@
transform: translate(0, 0);
}
.client-diagnostics-row-name {
min-width: 0;
display: inline-flex;
align-items: center;
gap: 4px;
max-width: 100%;
}
.client-diagnostics-row-name > span:first-child {
min-width: 0;
overflow-wrap: anywhere;
}
.client-diagnostics-row-refresh-wrap,
.client-diagnostics-row-refresh {
width: 24px;
height: 24px;
flex: 0 0 24px;
}
.client-diagnostics-row-refresh svg {
width: 13px;
height: 13px;
}
.client-diagnostics-feedback {
display: flex;
align-items: center;