✨ (transaction tag) add drink tag!
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
enum TransactionTag {
|
enum TransactionTag {
|
||||||
None = 'none',
|
None = 'none',
|
||||||
Tourism = 'tourism',
|
Tourism = 'tourism',
|
||||||
|
Drink = 'drink',
|
||||||
Food = 'food',
|
Food = 'food',
|
||||||
Transport = 'transport',
|
Transport = 'transport',
|
||||||
Housing = 'housing',
|
Housing = 'housing',
|
||||||
@@ -28,6 +29,10 @@ export const TransactionTagLabel: ITagAllLabel = {
|
|||||||
label: 'Tourisme',
|
label: 'Tourisme',
|
||||||
icon: 'torii-gate'
|
icon: 'torii-gate'
|
||||||
},
|
},
|
||||||
|
[TransactionTag.Drink]: {
|
||||||
|
label: 'Boisson',
|
||||||
|
icon: 'beer'
|
||||||
|
},
|
||||||
[TransactionTag.Food]: {
|
[TransactionTag.Food]: {
|
||||||
label: 'Restaurant',
|
label: 'Restaurant',
|
||||||
icon: 'utensils'
|
icon: 'utensils'
|
||||||
|
|||||||
@@ -2,6 +2,7 @@ import Vue from 'vue'
|
|||||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||||
import {
|
import {
|
||||||
faBalanceScale,
|
faBalanceScale,
|
||||||
|
faBeer,
|
||||||
faCheck,
|
faCheck,
|
||||||
faChevronDown,
|
faChevronDown,
|
||||||
faChevronRight,
|
faChevronRight,
|
||||||
@@ -41,6 +42,7 @@ import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
|||||||
|
|
||||||
library.add(
|
library.add(
|
||||||
faBalanceScale,
|
faBalanceScale,
|
||||||
|
faBeer,
|
||||||
faCheck,
|
faCheck,
|
||||||
faChevronDown,
|
faChevronDown,
|
||||||
faChevronRight,
|
faChevronRight,
|
||||||
|
|||||||
Reference in New Issue
Block a user