From 7754a4159c986115f30b99ba1b2e99877f9ece56 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Thu, 19 Mar 2015 03:26:55 +0300 Subject: [PATCH] Updated changelog UI minor fixes --- app/js/message_composer.js | 4 ++-- app/partials/desktop/changelog_modal.html | 4 +++- app/partials/mobile/changelog_modal.html | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/app/js/message_composer.js b/app/js/message_composer.js index 9d60cb37..df2c8b17 100644 --- a/app/js/message_composer.js +++ b/app/js/message_composer.js @@ -174,7 +174,7 @@ EmojiTooltip.prototype.onMouseEnter = function (triggerShow) { delete this.hideTimeout; } else if (triggerShow && !this.showTimeout) { - this.showTimeout = setTimeout(this.show.bind(this), 500); + this.showTimeout = setTimeout(this.show.bind(this), 200); } }; @@ -183,7 +183,7 @@ EmojiTooltip.prototype.onMouseLeave = function (triggerUnshow) { var self = this; this.hideTimeout = setTimeout(function () { self.hide(); - }, 500); + }, 400); } else if (triggerUnshow && this.showTimeout) { clearTimeout(this.showTimeout); diff --git a/app/partials/desktop/changelog_modal.html b/app/partials/desktop/changelog_modal.html index d4c7325b..7cfbf38f 100644 --- a/app/partials/desktop/changelog_modal.html +++ b/app/partials/desktop/changelog_modal.html @@ -35,7 +35,9 @@
0.4.1
diff --git a/app/partials/mobile/changelog_modal.html b/app/partials/mobile/changelog_modal.html index 587178be..1cb1b93a 100644 --- a/app/partials/mobile/changelog_modal.html +++ b/app/partials/mobile/changelog_modal.html @@ -25,7 +25,9 @@