chore: refactor system settings routes (#2853)

* chore: refactor system settings routes

* switch mock to null to see backup page

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
Alex Inkin
2025-03-23 21:03:41 +04:00
committed by GitHub
parent 6f9069a4fb
commit 99739575d4
41 changed files with 1996 additions and 754 deletions

View File

@@ -162,3 +162,20 @@ tui-badge-notification {
align-self: center !important;
}
}
// TODO Remove after Taiga UI update
[tuiTitle] {
h1,
h2,
h3,
h4,
h5,
h6 {
font: inherit;
margin: 0;
}
[tuiSubtitle] {
margin: 0;
}
}