From 36f0b33d04db89bff32f0b7d80631013c5f59f2f Mon Sep 17 00:00:00 2001 From: SirStendec Date: Fri, 14 Oct 2016 20:43:34 -0400 Subject: [PATCH] 3.5.330. Refactor timeout and ban notices. Add the ability to click the name of banned users in timeout notices. Fix logviewer dynamic updates. Reformat logviewer ban notices to match the rest of FFZ. Fix a memory leak in room. Fix an infinite loop in notifications. --- changelog.html | 8 + src/ember/channel.js | 2 +- src/ember/following.js | 2 +- src/ember/line.js | 28 +-- src/ember/moderation-card.js | 47 +++- src/ember/room.js | 462 ++++++++++++++++++----------------- src/ember/viewers.js | 2 +- src/main.js | 2 +- src/tokenize.js | 6 +- src/ui/logviewer.js | 41 +++- src/ui/notifications.js | 2 +- src/utils.js | 27 +- style.css | 20 ++ 13 files changed, 389 insertions(+), 260 deletions(-) diff --git a/changelog.html b/changelog.html index dacdb1dc..8cd7f0af 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,11 @@ +
3.5.330
+ +
3.5.329