pgAdmin 4 commit: 1) Port change password dialog to React. Fixes #7341

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Port change password dialog to React. Fixes #7341
Date: 2022-07-11 08:09:29
Message-ID: E1oAoTx-0007fj-05@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1) Port change password dialog to React. Fixes #7341
2) Port named restore point dialog to React. Fixes #7546

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=02b0f35442196fa78f1481442b0f5ce69d39a06b

Modified Files
--------------
docs/en_US/add_restore_point_dialog.rst | 4 +-
docs/en_US/change_password_dialog.rst | 7 +-
docs/en_US/images/add_restore_point.png | Bin 15680 -> 24957 bytes
docs/en_US/images/password.png | Bin 23509 -> 38311 bytes
docs/en_US/release_notes_6_12.rst | 2 +
.../browser/server_groups/servers/__init__.py | 7 +-
.../server_groups/servers/static/js/server.js | 192 +--------------------
.../browser/static/js/ChangePassowrdContent.jsx | 99 +++++++++++
.../browser/static/js/ConnectServerContent.jsx | 9 +
.../browser/static/js/MasterPassowrdContent.jsx | 9 +
.../browser/static/js/NamedRestoreContent.jsx | 90 ++++++++++
web/pgadmin/browser/static/js/password_dialogs.jsx | 107 ++++++++++--
12 files changed, 319 insertions(+), 207 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2022-07-11 09:20:07 pgAdmin User Survey
Previous Message Akshay Joshi 2022-07-08 12:55:55 Re: [patch] - Feature test fix