Handle expired subscriptions in client profile UI
Build and Deploy Gateway / build-and-push (push) Successful in 21s
Build and Deploy Gateway / deploy (push) Successful in 6s

This commit is contained in:
2026-08-13 15:06:13 +03:00
parent 0ea2f9d548
commit 019930924d
8 changed files with 68 additions and 39 deletions
+13 -1
View File
@@ -105,6 +105,14 @@
transform: rotate(90deg);
}
.client-profile-disclosure.is-static {
cursor: default;
}
.client-profile-disclosure.is-static .client-profile-title {
grid-column: 2;
}
.client-profile-title {
min-width: 0;
display: grid;
@@ -139,6 +147,10 @@
text-transform: var(--type-label-transform);
}
.client-profile-group.is-expired .client-profile-title small {
color: oklch(0.68 0.14 72);
}
.client-profile-title em {
padding: 0;
color: var(--client-accent);
@@ -276,7 +288,7 @@
.client-profile-body-inner {
min-height: 0;
overflow: hidden;
padding-bottom: 4px;
padding: 0 0 4px 24px;
}
.client-profile-body .client-servers {