This commit is contained in:
2020-10-06 14:58:03 +00:00
parent d7b9b94804
commit 800a27b70a
36 changed files with 173 additions and 93 deletions

View File

@@ -1,6 +1,6 @@
<template>
<v-expansion-panel v-if="available()">
<v-expansion-panel-header disable-icon-rotate expand-icon="fa-tags">{{
<v-expansion-panel-header disable-icon-rotate expand-icon="$ayiTags">{{
$ay.t("Tags")
}}</v-expansion-panel-header>
<v-expansion-panel-content>

View File

@@ -16,7 +16,7 @@
<v-spacer></v-spacer>
<div>
<v-btn @click="refresh">
<v-icon :data-cy="!!$ay.dev ? 'refresh' : false">fa-sync</v-icon>
<v-icon :data-cy="!!$ay.dev ? 'refresh' : false">$ayiSync</v-icon>
</v-btn>
<v-btn class="ml-12" @click="editListView">

View File

@@ -20,7 +20,7 @@
<v-icon large color="warning">$ayiExclamationCircle</v-icon>
</template>
<template v-if="options.type == 'error'">
<v-icon large color="error">fa-exclamation-triangle</v-icon>
<v-icon large color="error">$ayiExclamationTriangle</v-icon>
</template>
<span v-if="options.title" class="ml-5"> {{ options.title }} </span>
</v-card-title>

View File

@@ -148,7 +148,7 @@ export default {
if (this.value != 0) {
return "$ayiEdit";
}
return "fa-plus";
return "$ayiPlus";
},
handleEditClick: function() {
let idToOpen = 0;

View File

@@ -34,7 +34,7 @@
{{ this.normalizeTag(tagSearchEntry) }}</v-chip
>
<v-btn large icon @click="addTag()">
<v-icon large color="success">fa-plus-circle</v-icon>
<v-icon large color="success">$ayiPlusCircle</v-icon>
</v-btn>
</v-row>
</v-row>