mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 23:03:32 +00:00
condition show folders and collections
This commit is contained in:
@@ -144,7 +144,7 @@ export class CurrentTabComponent implements OnInit, OnDestroy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this.popupUtilsService.inPopup(window)) {
|
if (this.popupUtilsService.inPopup(window)) {
|
||||||
BrowserApi.closePopup(window);
|
BrowserApi.closePopup(window);
|
||||||
}
|
}
|
||||||
} catch {
|
} catch {
|
||||||
this.analytics.eventTrack.next({ action: 'Autofilled Error' });
|
this.analytics.eventTrack.next({ action: 'Autofilled Error' });
|
||||||
|
|||||||
@@ -78,7 +78,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box list">
|
<div class="box list" *ngIf="folders.length">
|
||||||
<div class="box-header">
|
<div class="box-header">
|
||||||
{{'folders' | i18n}}
|
{{'folders' | i18n}}
|
||||||
<span class="flex-right">{{folderCount}}</span>
|
<span class="flex-right">{{folderCount}}</span>
|
||||||
@@ -98,7 +98,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="box list">
|
<div class="box list" *ngIf="collections.length">
|
||||||
<div class="box-header">
|
<div class="box-header">
|
||||||
{{'collections' | i18n}}
|
{{'collections' | i18n}}
|
||||||
<span class="flex-right">{{collections.length}}</span>
|
<span class="flex-right">{{collections.length}}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user