Back to Kavita

Preference Nav.Component

UI/Web/src/app/sidenav/preference-nav/preference-nav.component.html

0.9.0408 B
Original Source

@if (accountService.currentUser(); as user) { @if(!navService.sideNavCollapsedSignal()) {

@for(section of sections; track section.title + section.children.length; let idx = $index;) { @let children = getVisibleChildren(user, section); @if (children.length > 0) {

0}">{{t(section.title)}}

@for(item of children; track item.fragment) { } } }

@if (breakpointService.isTabletOrBelow()) {

} } }