feat: AWG profile switcher; scheduled tunnel disconnect

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Андрей Бобырев
2026-05-14 16:37:27 +03:00
parent 6fbe314f99
commit 860a56dc5d
6 changed files with 396 additions and 130 deletions

View File

@@ -201,10 +201,32 @@ h1 {
margin-top: 1.25rem;
display: flex;
gap: 0.75rem;
align-items: center;
align-items: flex-start;
flex-wrap: wrap;
}
.proto-switch {
display: flex;
flex-direction: column;
gap: 0.25rem;
min-width: 12rem;
}
.proto-switch-label {
font-size: 0.78rem;
}
.proto-select {
padding: 0.45rem 0.55rem;
border-radius: 10px;
border: 1px solid var(--line);
background: #0a0f16;
color: var(--text);
font: inherit;
font-size: 0.85rem;
max-width: 22rem;
}
.clock-strip {
display: flex;
flex-direction: column;