From efb8b87a2db48b49be497835fe253a3bf7507613 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Sun, 31 May 2020 22:39:15 +0200 Subject: [PATCH] Alphabetized properties by displayed name --- app/imports/constants/PROPERTIES.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/app/imports/constants/PROPERTIES.js b/app/imports/constants/PROPERTIES.js index 3d0ac8e9..a5b13416 100644 --- a/app/imports/constants/PROPERTIES.js +++ b/app/imports/constants/PROPERTIES.js @@ -3,10 +3,6 @@ const PROPERTIES = Object.freeze({ icon: '$vuetify.icons.action', name: 'Action' }, - adjustment: { - icon: '$vuetify.icons.attribute_damage', - name: 'Attribute damage' - }, attack: { icon: '$vuetify.icons.attack', name: 'Attack' @@ -15,6 +11,10 @@ const PROPERTIES = Object.freeze({ icon: '$vuetify.icons.attribute', name: 'Attribute' }, + adjustment: { + icon: '$vuetify.icons.attribute_damage', + name: 'Attribute damage' + }, buff: { icon: '$vuetify.icons.buff', name: 'Buff' @@ -23,6 +23,10 @@ const PROPERTIES = Object.freeze({ icon: '$vuetify.icons.class_level', name: 'Class level' }, + container: { + icon: 'work', + name: 'Container' + }, damage: { icon: '$vuetify.icons.damage', name: 'Damage' @@ -47,6 +51,10 @@ const PROPERTIES = Object.freeze({ icon: 'folder', name: 'Folder' }, + item: { + icon: '$vuetify.icons.item', + name: 'Item' + }, note: { icon: 'note', name: 'Note' @@ -75,14 +83,6 @@ const PROPERTIES = Object.freeze({ icon: '$vuetify.icons.spell', name: 'Spell' }, - container: { - icon: 'work', - name: 'Container' - }, - item: { - icon: '$vuetify.icons.item', - name: 'Item' - }, toggle: { icon: '$vuetify.icons.toggle', name: 'Toggle'