From c548f152900a3fa857643c6b2d5a7ae754812cab Mon Sep 17 00:00:00 2001 From: SirStendec Date: Sun, 29 Apr 2018 01:28:19 -0400 Subject: [PATCH] Fix issues with logged out users for actions. Look up the room login from the ID when rendering a chat line if we don't have the login already. Add color validation to the color picker component. If room is null, don't even try sending a message. Allow sending messages to any room and not just the current room. Swallow errors when processing colors and return null. --- changelog.html | 14 +- package-lock.json | 206 +++++++++--------- package.json | 20 +- src/main.js | 2 +- src/modules/chat/actions/index.jsx | 6 +- .../main_menu/components/color-picker.vue | 41 +++- .../twitch-twilight/modules/chat/index.js | 4 +- .../twitch-twilight/modules/chat/line.js | 10 +- src/utilities/color.js | 13 +- 9 files changed, 188 insertions(+), 128 deletions(-) diff --git a/changelog.html b/changelog.html index c17aed44..bf57bcf9 100644 --- a/changelog.html +++ b/changelog.html @@ -1,4 +1,16 @@ -
4.0.0-rc1@a1a7fb774d62948bacc5
+
4.0.0-rc1.4@2009dc29d6bd5e122bd6
+ + +
4.0.0-rc1.3
+ + +
4.0.0-rc1@4a134ad5179b17981a92