refactored logic from templates to rust, and added cli network config

This commit is contained in:
2026-02-19 14:31:54 +01:00
parent 18e695eebe
commit 429a5cc051
6 changed files with 122 additions and 104 deletions
+23
View File
@@ -69,6 +69,29 @@ h1 {
width: 100%;
}
.checkbox-label {
display: flex;
align-items: flex-start;
gap: 12px;
cursor: pointer;
margin: 0;
}
.label-content {
display: flex;
flex-direction: column;
}
.label-title {
font-weight: 600;
font-size: 0.95rem;
color: var(--text-main);
}
.checkbox-desc {
margin: 4px 0 0 0;
}
label {
display: block;
cursor: pointer;