From 9e845b171ebbd40c6e340a5b02732fd3b71202f5 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Tue, 26 Sep 2017 17:01:51 -0400 Subject: [PATCH] 3.5.527. Tooltips! Lots of changes to how link tooltips render. And some stuff about the dark theme I guess. --- changelog.html | 49 ++---- dark.css | 1 + old_changes.html | 33 ++++ socketserver/server/utils.go | 1 + src/colors.js | 10 +- src/constants.js | 2 +- src/ember/line.js | 38 +++-- src/ember/moderation-card.js | 3 +- src/ember/sidebar.js | 2 +- src/main.js | 2 +- src/tokenize.js | 303 +++++++++++++++++++++-------------- src/ui/dark.js | 43 +++-- src/ui/tooltips.js | 7 +- style.css | 221 +++++++++++++++++++++++++ 14 files changed, 534 insertions(+), 181 deletions(-) diff --git a/changelog.html b/changelog.html index 1ac80905..7bb71f10 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,19 @@ +
3.5.527
+ + +
3.5.526
+ + +
3.5.525
+ +
3.5.524
-
3.5.517
- - -
3.5.516
- - -
3.5.515
- - -
3.5.514
- - -
3.5.513
- - -
3.5.512
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index 02ba5160..e4689ba3 100644 --- a/dark.css +++ b/dark.css @@ -756,6 +756,7 @@ body.ffz-dark:not([data-page="teams#show"]), } /* Hide the chat Dark Mode control */ +.ffz-dark #theme-toggle, .ffz-dark .toggle-darkmode { display: none; } /* Chat Text Contrast */ diff --git a/old_changes.html b/old_changes.html index 6ef447f4..cbd544d0 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,36 @@ +
3.5.517
+ + +
3.5.516
+ + +
3.5.515
+ + +
3.5.514
+ + +
3.5.513
+ + +
3.5.512
+ +
3.5.511