From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Add the ability to enable/disable UI animations. Fixe |
Date: | 2018-04-03 13:52:16 |
Message-ID: | E1f3MMC-0003F6-QM@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Add the ability to enable/disable UI animations. Fixes #1978
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=78051707832f37d35c46ff8c13c86906b331b0fb
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>
Modified Files
--------------
docs/en_US/images/preferences_browser_display.png | Bin 51492 -> 124191 bytes
docs/en_US/preferences.rst | 6 +-
docs/en_US/release_notes_3_0.rst | 4 +-
web/pgadmin/browser/__init__.py | 13 +++
web/pgadmin/browser/static/js/browser.js | 9 +-
web/pgadmin/preferences/static/js/preferences.js | 12 ++-
web/pgadmin/static/css/alertify.noanimation.css | 41 +++++++++
web/pgadmin/static/js/modify_animation.js | 57 +++++++++++++
web/pgadmin/templates/base.html | 1 +
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 5 +-
.../javascript/browser/modify_animation_spec.js | 94 +++++++++++++++++++++
11 files changed, 234 insertions(+), 8 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2018-04-03 13:53:27 | Re: [pgAdmin4][Patch]: RM #1978 - Add an option to allow user to disable alertifyjs and acitree animations |
Previous Message | Robert Eckhardt | 2018-04-03 13:43:06 | Re: v3.0 release on hold |