really no flickering maybe
This commit is contained in:
parent
55877d69a0
commit
558a2d2a30
@ -37,13 +37,14 @@
|
||||
<!-- shopping list tab -->
|
||||
<b-tab active>
|
||||
<template #title>
|
||||
<div class="d-print-none fa-fw">
|
||||
<div class="d-print-none">
|
||||
<i v-if="!shopping_list_store.currently_updating && useShoppingListStore().autosync_has_focus"
|
||||
class="fas fa-shopping-cart fa-fw"></i>
|
||||
class="fas fa-shopping-cart fa-fw" style=" height: 1.25em!important;"></i>
|
||||
<i v-if="!shopping_list_store.currently_updating && !useShoppingListStore().autosync_has_focus"
|
||||
class="fas fa-eye-slash"></i>
|
||||
<b-spinner v-if="shopping_list_store.currently_updating" type="border" small
|
||||
style="line-height: 1!important;"></b-spinner>
|
||||
class="fas fa-eye-slash fa-fw" style=" height: 1.25em!important;"></i>
|
||||
<b-spinner v-if="shopping_list_store.currently_updating" type="border" small
|
||||
style="line-height: 1!important;width:1.25em!important; height: 1.25em!important;"></b-spinner>
|
||||
|
||||
<span class="d-none d-md-inline-block ml-1">
|
||||
{{ $t('Shopping_list') + ` (${shopping_list_store.total_unchecked_food})` }}
|
||||
</span>
|
||||
|
Loading…
Reference in New Issue
Block a user