pgAdmin 4 commit: Fixed the following issues for RM 3794: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed the following issues for RM 3794:
Date
Msg-id E1kQP6d-0001Ey-Fu@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed the following issues for RM 3794:

1. Updated connection success message. (Added database name in the success message.)
2. Resolve issue of the mouse pointer and dropdown will show below the connection string only.
3. Added loader for both new connections and load existing connections.
4. Removed async: false for update connection.

refs #3794

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=1c796720be24838ba78ef2b83e1fc6ff43533c77
Author: Nikhil Mohite <nikhil.mohite@enterprisedb.com>

Modified Files
--------------
.../static/js/sqleditor/new_connection_dialog.js   | 15 +++++--
.../js/sqleditor/new_connection_dialog_model.js    | 13 ++++--
.../tools/datagrid/templates/datagrid/index.html   | 10 +++--
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 47 ++++++++++++----------
.../tools/sqleditor/static/scss/_sqleditor.scss    |  6 +++
5 files changed, 57 insertions(+), 34 deletions(-)


pgadmin-hackers by date:

Previous
From: Nikhil Mohite
Date:
Subject: RM-4232- Change what is shown by default in tab titles: Implementation suggestion.
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM3794]:Allow User to Change Database Connection from an Open Query Tool Tab