Added svg icons, currently only for items

This commit is contained in:
Stefan Zermatten
2020-05-30 18:04:48 +02:00
parent 8138cd98f1
commit 060c44f384
19 changed files with 897 additions and 590 deletions

View File

@@ -2,7 +2,7 @@
<div class="layout row align-center justify-start">
<property-icon
class="mr-2"
:type="model.type"
:model="model"
:class="selected && 'primary--text'"
:color="model.color"
/>

View File

@@ -2,7 +2,7 @@
<div class="layout row align-center justify-start">
<property-icon
class="mr-2"
:type="model.type"
:model="model"
:color="model.color"
:class="selected && 'primary--text'"
/>

View File

@@ -1,11 +1,18 @@
<template lang="html">
<div class="layout row align-center justify-start">
<property-icon
class="mr-2"
:model="model"
:color="model.color"
:class="selected && 'primary--text'"
/>
<v-icon
v-if="model.equipped"
class="mr-2"
:class="selected && 'primary--text'"
:color="model.color"
small
>
{{ model.equipped ? 'check_box' : 'check_box_outline_blank' }}
pan_tool
</v-icon>
<div
class="text-no-wrap text-truncate"