pgAdmin 4 commit: Fixed review comments:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed review comments:
Date: 2022-01-06 11:17:25
Message-ID: E1n5Qlp-0000Ji-WE@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed review comments:

1. Split the restore options/backup options into 2 tabs
2. Restore icon changes
3. feature tests issues
4. restore help link broken
5. Comment section not visible

refs #7018

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=6528d086baf47e9440d93b01ee03c3a255b67f52
Author: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>

Modified Files
--------------
web/pgadmin/browser/static/js/node.js | 2 +-
web/pgadmin/browser/static/js/utility_view.jsx | 4 ++++
.../pg_utilities_backup_restore_test.py | 22 +++++++++++------
web/pgadmin/static/js/SchemaView/index.jsx | 13 +++++++++-
web/pgadmin/tools/backup/static/js/backup.js | 6 ++---
web/pgadmin/tools/backup/static/js/backup.ui.js | 12 +++++-----
web/pgadmin/tools/restore/static/js/restore.js | 7 +++---
web/pgadmin/tools/restore/static/js/restore.ui.js | 28 ++++++++++++++--------
web/regression/feature_utils/locators.py | 2 +-
9 files changed, 64 insertions(+), 32 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-01-06 11:18:50 Re: [patch][pgAdmin] RM7018 [React] Port Restore dialog to React.
Previous Message Rahul Shirsat 2022-01-06 08:40:33 Re: [patch][pgAdmin] RM7018 [React] Port Restore dialog to React.