Some initial work on replacing icons with FA5

This commit is contained in:
Henry Jameson 2020-10-19 19:38:49 +03:00
parent 350f25016f
commit 3814218277
34 changed files with 528 additions and 245 deletions

View file

@ -1,4 +1,8 @@
import Popover from '../popover/popover.vue'
import { library } from '@fortawesome/fontawesome-svg-core'
import { faEllipsisH } from '@fortawesome/free-solid-svg-icons'
library.add(faEllipsisH)
const ExtraButtons = {
props: [ 'status' ],

View file

@ -73,9 +73,11 @@
</button>
</div>
</div>
<i
<FAIcon
slot="trigger"
class="icon-ellipsis button-icon"
class="button-icon"
icon="ellipsis-h"
size="lg"
/>
</Popover>
</template>