pgAdmin 4 commit: Improve network/server activity feedback for the user

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improve network/server activity feedback for the user
Date: 2016-09-26 14:10:41
Message-ID: E1boWcD-0001Hi-UE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improve network/server activity feedback for the user. Fixes #1751

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3b4776ab5f15eff67a3d3a975fd9c2b32903d342
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../browser/templates/browser/js/messages.js | 6 ++--
web/pgadmin/browser/templates/browser/js/node.js | 32 ++++++++++++++++++++--
web/pgadmin/misc/depends/static/js/depends.js | 24 ++++++++++++++--
web/pgadmin/misc/sql/static/js/sql.js | 14 ++++++++--
.../misc/statistics/static/js/statistics.js | 25 +++++++++++++----
web/pgadmin/static/css/pgadmin.css | 6 ++++
.../tools/debugger/templates/debugger/js/direct.js | 6 ++++
7 files changed, 99 insertions(+), 14 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-26 14:11:22 Re: Lack of activity indicator over slow connections (pgadmin4)
Previous Message Dave Page 2016-09-26 14:04:49 pgAdmin 4 commit: Fix label cpaitalisation