From 21fb688bf65c5248bcfbf61ab89c28555bacb53b Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 4 Feb 2023 13:54:16 -0700 Subject: [PATCH] Tidy up errors --- WHATSNEW.md | 1 + art/themes/luciano_blocktronics/theme.hjson | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/WHATSNEW.md b/WHATSNEW.md index f85f3a88..3472426c 100644 --- a/WHATSNEW.md +++ b/WHATSNEW.md @@ -13,6 +13,7 @@ This document attempts to track **major** changes and additions in ENiGMA½. For * New users now have randomly generated avatars assigned to them that can be served up via the new System General [Web Handler](/docs/_docs/servers/contentservers/web-handlers.md). * CombatNet has shut down, so the module (`combatnet.js`) has been removed. * New `NewUserPrePersist` system event available to developers to 'hook' account creation and add their own properties/etc. +* The signature for `viewValidationListener`'s callback has changed: It is now `(err, newFocusId)`. To ignore a validation error, implementors can simply call the callback with a `null` error, else they should forward it on. ## 0.0.13-beta * **Note for contributors**: ENiGMA has switched to [Prettier](https://prettier.io) for formatting/style. Please see [CONTRIBUTING](CONTRIBUTING.md) and the Prettier website for more information. diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index 731a83ee..361f7c3e 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -400,6 +400,7 @@ TL1: { width: 19, textOverflow: "..." } ET2: { width: 19, textOverflow: "..." } ET3: { width: 19, textOverflow: "..." } + ET4: { width: 21, textOverflow: "..." } } } 1: { @@ -491,15 +492,15 @@ width: 10 } TL5: { - width: 4 + width: 4 } TL6: { - width: 4 + width: 4 } MT7: { focus: true width: 69 - height: 3 + height: 3 mode: preview } BT8: { @@ -773,6 +774,7 @@ TL1: { width: 19, textOverflow: "..." } ET2: { width: 19, textOverflow: "..." } ET3: { width: 19, textOverflow: "..." } + ET4: { width: 21, textOverflow: "..." } //TL4: { width: 25 } } }