pgAdmin 4 commit: 1) Port change password dialog to React. Fixes #7341 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: 1) Port change password dialog to React. Fixes #7341
Date
Msg-id E1oAoTx-0007fj-05@gothos.postgresql.org
Whole thread Raw
List 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(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: [patch] - Feature test fix
Next
From: Yogesh Mahajan
Date:
Subject: Re: [patch] - Feature test fix