mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
hide favorites box when loading
This commit is contained in:
parent
f3f1b413b7
commit
636c709671
@ -8,7 +8,8 @@
|
|||||||
<div ng-show="loading && !folders.length">
|
<div ng-show="loading && !folders.length">
|
||||||
<p>Loading...</p>
|
<p>Loading...</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="box box-primary" style="margin-bottom: 40px;" ng-show="!main.searchVaultText || favoriteLogins.length">
|
<div class="box box-primary" style="margin-bottom: 40px;"
|
||||||
|
ng-show="!loading && (!main.searchVaultText || favoriteLogins.length)">
|
||||||
<div class="box-header with-border">
|
<div class="box-header with-border">
|
||||||
<h3 class="box-title">
|
<h3 class="box-title">
|
||||||
<i class="fa fa-star"></i>
|
<i class="fa fa-star"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user