feat: add new dashboard (#2574)

* feat: add new dashboard

* chore: comments

* fix duplicate

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
Alex Inkin
2024-03-19 22:56:16 +08:00
committed by GitHub
parent a5b1b4e103
commit f4fadd366e
47 changed files with 1093 additions and 1016 deletions

View File

@@ -195,3 +195,9 @@ tui-dropdown[data-appearance='start-os'][data-appearance='start-os'] {
backdrop-filter: blur(1rem);
background: rgb(34 34 34 / 80%);
}
// TODO: Move to Taiga UI
a[tuiIconButton]:not([href]) {
pointer-events: none;
opacity: var(--tui-disabled-opacity);
}