* fix backup reports modal

* chore: fix comments

* chore: fix controls status

* chore: fix stale marketplace data

* slightly better registry switching

---------

Co-authored-by: Matt Hill <mattnine@protonmail.com>
This commit is contained in:
Alex Inkin
2025-06-18 23:40:39 +07:00
committed by GitHub
parent 3ec4db0225
commit 28f31be36f
10 changed files with 56 additions and 48 deletions

View File

@@ -35,6 +35,11 @@
>
<nav class="nav-mobile-sidebar divide-bar">
<div class="nav-mobile-sidebar-top">
<store-icon
[tuiSkeleton]="!registry"
size="32px"
[url]="registry?.url || ''"
/>
<h1 [style.margin]="0" [tuiSkeleton]="!registry">
{{ registry?.info?.name }}
</h1>

View File

@@ -158,6 +158,12 @@ header {
button {
place-self: end;
}
store-icon {
border-radius: 100%;
display: flex;
margin-right: 12px;
}
}
&-bottom {