chore: update taiga (#3086)

* chore: update taiga

* chore: fix UI menu
This commit is contained in:
Alex Inkin
2025-12-23 00:33:02 +04:00
committed by GitHub
parent 7c12b58bb5
commit eda08d5b0f
3 changed files with 116 additions and 115 deletions

View File

@@ -53,7 +53,7 @@ import { InterfaceService } from '../../../components/interfaces/interface.servi
>
{{ 'Open UI' | i18n }}
</button>
<ng-template #content>
<ng-template #content let-close>
<tui-data-list>
@for (i of interfaces(); track $index) {
<a
@@ -63,6 +63,7 @@ import { InterfaceService } from '../../../components/interfaces/interface.servi
rel="noreferrer"
iconEnd="@tui.external-link"
[attr.href]="getHref(i)"
(click)="close()"
>
{{ i.name }}
</a>