mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
[AC-2193] Hide collection access restricted state when there are visible sub-collections (#8023)
* [AC-2193] Hide collection access restricted state when there are visible sub-collections * [AC-2193] Undo change to showCollectionAccessRestricted * [AC-2193] Update not items and access restricted views to only show if there are both no collections or items available
This commit is contained in:
@@ -87,8 +87,8 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
<ng-container *ngIf="flexibleCollectionsV1Enabled && !performingInitialLoad">
|
<ng-container *ngIf="flexibleCollectionsV1Enabled && !performingInitialLoad && isEmpty">
|
||||||
<bit-no-items *ngIf="isEmpty && !showCollectionAccessRestricted">
|
<bit-no-items *ngIf="!showCollectionAccessRestricted">
|
||||||
<span slot="title" class="tw-mt-4 tw-block">{{ "noItemsInList" | i18n }}</span>
|
<span slot="title" class="tw-mt-4 tw-block">{{ "noItemsInList" | i18n }}</span>
|
||||||
<button
|
<button
|
||||||
slot="button"
|
slot="button"
|
||||||
|
|||||||
Reference in New Issue
Block a user