@if (showChannelMenu()) { @if (canManageChannels()) {
}
} @if (showUserMenu()) { @if (isAdmin()) { @if (contextMenuUser()?.role === 'member') { } @if (contextMenuUser()?.role === 'moderator') { } @if (contextMenuUser()?.role === 'admin') { }
} @else {
No actions available
}
} @if (showVolumeMenu()) { } @if (showCreateChannelDialog()) { }