feat(portal): refactor settings (#2536)

* feat(portal): refactor settings

* chore: refactor

* small updates

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
Alex Inkin
2023-12-08 23:19:33 +04:00
committed by GitHub
parent 7324a4973f
commit ad13b5eb4e
54 changed files with 7004 additions and 3904 deletions

View File

@@ -1,5 +1,6 @@
<tui-root
*ngIf="widgetDrawer$ | async as drawer"
tuiTheme="night"
[tuiMode]="(theme$ | async) === 'Dark' ? 'onDark' : null"
[style.--widgets-width.px]="drawer.open ? drawer.width : 0"
>