more FA5 stuff with small related refactoring

This commit is contained in:
Henry Jameson 2020-10-19 22:35:46 +03:00
parent 3814218277
commit 8b3a7ae8c0
30 changed files with 221 additions and 101 deletions

View file

@ -1,4 +1,10 @@
import { find } from 'lodash'
import { library } from '@fortawesome/fontawesome-svg-core'
import { faCircleNotch } from '@fortawesome/free-solid-svg-icons'
library.add(
faCircleNotch
)
const StatusPopover = {
name: 'StatusPopover',

View file

@ -27,7 +27,7 @@
v-else
class="status-preview-no-content"
>
<i class="icon-spin4 animate-spin" />
<FAIcon icon="circle-notch" spin size="2x"/>
</div>
</div>
</Popover>