show loading indicators while fetching current user in popup
This commit is contained in:
@@ -27,6 +27,27 @@ describe('MainList', () => {
|
||||
expect(container).toMatchInlineSnapshot(`
|
||||
<div>
|
||||
<div>
|
||||
<div
|
||||
class="placeholder-glow"
|
||||
>
|
||||
<span
|
||||
class="placeholder col-12"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
class="placeholder-glow"
|
||||
>
|
||||
<span
|
||||
class="placeholder col-12"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
class="placeholder-glow"
|
||||
>
|
||||
<span
|
||||
class="placeholder col-12"
|
||||
/>
|
||||
</div>
|
||||
<div
|
||||
class="list-group"
|
||||
>
|
||||
@@ -39,17 +60,6 @@ describe('MainList', () => {
|
||||
/>
|
||||
Options
|
||||
</a>
|
||||
<a
|
||||
class="list-group-item text-body-secondary"
|
||||
href="https://wakatime.com/login"
|
||||
rel="noreferrer"
|
||||
target="_blank"
|
||||
>
|
||||
<i
|
||||
class="fa fa-fw fa-sign-in me-2"
|
||||
/>
|
||||
Login
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user