Simplify subscription profile management UI
Build and Deploy Gateway / build-and-push (push) Successful in 19s
Build and Deploy Gateway / deploy (push) Successful in 7s

This commit is contained in:
2026-08-11 07:36:44 +03:00
parent af1c45e424
commit 5cad3e9061
12 changed files with 148 additions and 251 deletions
+13 -6
View File
@@ -231,6 +231,10 @@
transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.client-server-check-label {
display: none;
}
.client-server-check.is-checking {
color: var(--client-accent);
opacity: 1;
@@ -571,8 +575,7 @@
order: 2;
grid-template-columns: auto 1fr;
grid-template-rows: 40px;
margin-top: 6px;
border-top: 1px solid var(--client-border);
margin-top: 0;
}
.client-profile-body .client-server-toolbar-title {
@@ -588,10 +591,11 @@
padding: 0 8px;
}
.client-profile-body .client-server-check::after {
content: 'ПРОВЕРИТЬ ПИНГ';
.client-profile-body .client-server-check-label {
display: inline;
font: 600 9px/1 'JetBrains Mono', 'SF Mono', ui-monospace, Menlo, monospace;
letter-spacing: 0.03em;
text-transform: uppercase;
}
.client-profile-body .client-server-mode-toggle {
@@ -619,8 +623,7 @@
}
.client-profile-body .client-server-row.is-selected {
background: color-mix(in oklch, var(--client-accent) 7%, transparent);
box-shadow: inset 2px 0 var(--client-accent);
background: color-mix(in oklch, var(--client-accent) 5%, transparent);
}
.client-profile-body .client-server-row .client-server {
@@ -654,6 +657,10 @@
text-align: left;
}
.client-profile-body .client-server strong {
font-size: 10px;
}
.client-profile-body .client-server small {
grid-column: 3;
font-size: 8px;