Merge branch 'new-state-management' of https://github.com/block-core/blockcore-notes into new-state-management

This commit is contained in:
SondreB 2023-05-12 12:17:17 +02:00
commit adb23d2324
No known key found for this signature in database
GPG Key ID: D6CC44C75005FDBF

View File

@ -7,7 +7,8 @@
<!-- <div *ngIf="profileService.item$ | async as profile">
{{ profile.name }}
</div> -->
<div class="page">
<ng-container *ngIf="ui.profile$ | async as profile">
<!-- <div class="tab-panel-viewport" cdkVirtualScrollingElement>
<cdk-virtual-scroll-viewport scrollWindow itemSize="1">
@ -23,6 +24,7 @@
</div>
</div>
</ng-container>
</div>
<!-- <div class="page" *ngIf="ui.profile$ | async as profile">
<app-profile-widget *ngFor="let pubkey of virtualList.view" [pubkey]="pubkey"></app-profile-widget>