pgAdmin 4 commit: Fixed some UX issue with the Import/Export tool. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Fixed some UX issue with the Import/Export tool.
Date
Msg-id E1dfP56-0001w3-NF@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed some UX issue with the Import/Export tool.

- Couldn't click on the filename control once gets an error.
- Encoding is not in alphabetical order.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=c4ca781ce2863375e2ee9105304187d7e951b419
Author: Khushboo Vashi <khushboo.vashi@enterprisedb.com>

Modified Files
--------------
.../templates/databases/sql/9.2_plus/get_encodings.sql         |  2 +-
.../templates/databases/sql/default/get_encodings.sql          |  2 +-
web/pgadmin/static/js/backform.pgadmin.js                      | 10 ++++++++++
web/pgadmin/static/scss/_backform.overrides.scss               |  8 +++++++-
4 files changed, 19 insertions(+), 3 deletions(-)


pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard
Next
From: Ashesh Vashi
Date:
Subject: Re: [gpAdmin4][patch] query history updates