pgAdmin 4 commit: Display busy indicators in a much more consistent way

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Display busy indicators in a much more consistent way
Date: 2016-06-27 16:09:41
Message-ID: E1bHZ6T-0000ca-2F@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Display busy indicators in a much more consistent way. Fixes #1242

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=7fbefa507bd1251609d4dae15158bd7ca6f9b618

Modified Files
--------------
.../browser/templates/browser/js/collection.js | 28 +++++++++---
.../dashboard/templates/dashboard/js/dashboard.js | 8 ++++
web/pgadmin/misc/depends/static/js/depends.js | 51 +++++++++++++++++-----
web/pgadmin/static/css/overrides.css | 4 ++
web/pgadmin/static/css/wcDocker/Themes/pgadmin.css | 27 +++++++++++-
.../tools/datagrid/templates/datagrid/index.html | 8 ++--
web/pgadmin/tools/debugger/static/css/debugger.css | 24 ++--------
.../tools/sqleditor/static/css/sqleditor.css | 25 +++--------
8 files changed, 115 insertions(+), 60 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-06-27 16:12:31 Re: [pgAdmin4][Patch]: RM#1242 - Cleanup busy indication for tree view and tab panes
Previous Message Dave Page 2016-06-27 16:05:26 Re: PATCH: Fix the issue for saving query output as CSV