From c3cca7de64448c978e7e64991384441969bff627 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Thu, 16 Feb 2017 13:30:18 -0500 Subject: [PATCH] 3.5.429. CSS tweaks for dark theme. Display uptime on the Discover queue. Stop re-inserting a SVG element into the DOM once a second on the directory page. Seriously, that's dumb. Also stop duplicating emote data structures from the API. Low memory use is more important than protecting the API from minor structure changes. --- changelog.html | 28 ++++++++++-------------- dark.css | 11 ++++++++++ old_changes.html | 17 +++++++++++++++ src/ember/directory.js | 49 ++++++++++++++++++++++++++++-------------- src/ext/api.js | 40 +++++++++++++++++++++------------- src/main.js | 2 +- style.css | 5 ++++- 7 files changed, 102 insertions(+), 50 deletions(-) diff --git a/changelog.html b/changelog.html index 4cc4e427..5cf41c55 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,14 @@ +
3.5.429
+ + +
3.5.428
+ +
3.5.427
-
3.5.419
- - -
3.5.418
- - -
3.5.417
- -
View Older
\ No newline at end of file diff --git a/dark.css b/dark.css index 25b9c751..5badbd23 100644 --- a/dark.css +++ b/dark.css @@ -346,6 +346,7 @@ body.ffz-dark:not([data-page="teams#show"]), } .ffz-dark .balloon .balloon__link { color: #a68ed2 !important } +.ffz-dark .balloon .balloon__link--active, .ffz-dark .balloon .balloon__link--selected, .ffz-dark .balloon .balloon__link:hover { color: #fff !important } .ffz-dark .balloon .balloon__link--selected { background-color: #6441a5 !important } @@ -603,8 +604,10 @@ body.ffz-dark:not([data-page="teams#show"]), color: #a68ed2; } +.ffz-dark .tw-tabs, .ffz-dark .tabs { box-shadow: 0 -1px 0 rgba(255,255,255,0.2) inset; } +.ffz-dark .tw-tabs__item > a:hover, .ffz-dark .tabs>.tab:hover, .ffz-dark .tabs>li:hover, .ffz-dark .tabs__item:hover, @@ -621,6 +624,12 @@ body.ffz-dark:not([data-page="teams#show"]), border-color: #32323e; } +.ffz-dark .tw-tabs__item > a.active, +.ffz-dark .tw-tabs__item > button.active { + color: #aaa; + box-shadow: 0 -1px 0 #ccc inset; +} + .ffz-dark .mininav li > a:hover, .ffz-dark ul.mininav li.active, .ffz-dark ul.tabs li.selected a, @@ -1053,6 +1062,8 @@ body.ffz-dark:not([data-page="teams#show"]), background-color: transparent; } +.ffz-dark .following-col .col-header, +.ffz-dark .following-col .header, .ffz-dark .whatisthis .actions .divider, .ffz-dark .dash-chat-column { border-color: rgba(255,255,255,0.2); diff --git a/old_changes.html b/old_changes.html index d3b771dd..5f4b90e3 100644 --- a/old_changes.html +++ b/old_changes.html @@ -1,3 +1,20 @@ +
3.5.419
+ + +
3.5.418
+ + +
3.5.417
+ +
3.5.416