pgAdmin 4 commit: Fixed the following issues for RM 3794:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed the following issues for RM 3794:
Date: 2020-10-08 06:08:47
Message-ID: E1kQP6d-0001Ey-Fu@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)mohite(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

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