From 5aea8def3baf8890f0104e8f5233cc1a6374eee6 Mon Sep 17 00:00:00 2001 From: Alys Date: Sun, 24 Sep 2017 20:06:17 +1000 Subject: [PATCH] new client various fixes: Hall of Heroes is visible, Sort gear by Perception, etc (#9070) * adjust wording and time format for Custom Day Start time confirmation - explains that this is the EARLIEST possible time for cron - allows user to see the exact earliest time * remove unnecessary hyphen from login date in Profile; added whitespace after colons * allow Hall of Heroes to be seen by non-admin users (except for admin interface) Also removes a level of code indentation that seemed to be incorrect. * clarify that Orb of Rebirth costs 0 gems after level 100 Previously, the modal showed just a gem icon with no number, which was misleading. Now it shows explicitly 0 gems. * fix spelling mistake (Challeges > Challenges) * allow equipment to be sorted by Perception Also change Con > CON, Per > PER, etc for consistency with abbreviations used in other locations. --- website/client/components/hall/heroes.vue | 49 ++++++++++--------- .../components/inventory/equipment/index.vue | 1 + website/client/components/settings/site.vue | 4 +- .../client/components/shops/market/index.vue | 2 +- .../client/components/userMenu/profile.vue | 6 +-- website/common/locales/en/character.json | 5 +- website/common/locales/en/gear.json | 8 +-- website/common/locales/en/settings.json | 1 + 8 files changed, 40 insertions(+), 36 deletions(-) diff --git a/website/client/components/hall/heroes.vue b/website/client/components/hall/heroes.vue index 241374e90b..0545a90f09 100644 --- a/website/client/components/hall/heroes.vue +++ b/website/client/components/hall/heroes.vue @@ -1,7 +1,8 @@