feat: refactor logs (#2856)

* feat: refactor logs

* download root ca, minor transaltions, better interfaces buttons

* chore: comments

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
Alex Inkin
2025-03-28 17:02:06 +04:00
committed by GitHub
parent e6af7e9885
commit 495bbecc01
11 changed files with 315 additions and 115 deletions

View File

@@ -366,6 +366,10 @@ button.g-action {
color: var(--tui-status-info) !important;
}
.g-primary {
color: var(--tui-text-primary) !important;
}
.g-secondary {
color: var(--tui-text-secondary) !important;
}