Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feature/communication/refactor-s…
Browse files Browse the repository at this point in the history
…idebar' into feature/communication/refactor-sidebar
  • Loading branch information
asliayk committed Sep 26, 2024
2 parents f36fc33 + d7c7787 commit d1b1f5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<fa-icon [icon]="faChevronRight" class="rotate-icon chevron-position" [class.rotated]="!collapseState[groupKey]" />
</div>
</div>
@if ((groupedData[groupKey].entityData | searchFilter: ['title', 'type'] : searchValue)?.length) {
<hr class="my-0" />
<div id="test-accordion-item-content" [ngbCollapse]="collapseState[groupKey]" class="p-2 bg-body">
@for (sidebarItem of groupedData[groupKey].entityData | searchFilter: ['title', 'type'] : searchValue; let last = $last; track sidebarItem) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
(click)="emitStoreAndRefresh(sidebarItem.id)"
[routerLinkActive]="'bg-selected border-selected'"
>
<!-- groupKey is used to determine the display format of channel names in different sidebar sections -->
<jhi-sidebar-card-item [groupKey]="groupKey" [sidebarType]="sidebarType" [sidebarItem]="sidebarItem" />
</div>

0 comments on commit d1b1f5b

Please sign in to comment.