pgAdmin 4 commit: Port User Management dialog to React. Fixes #7345 - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Port User Management dialog to React. Fixes #7345
Date
Msg-id E1oM0F6-0001cF-1R@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Port User Management dialog to React. Fixes #7345

Branch
------
master

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

Modified Files
--------------
docs/en_US/change_ownership.rst                    |  27 +
docs/en_US/getting_started.rst                     |   1 +
docs/en_US/images/add_user.png                     | Bin 48112 -> 128438 bytes
docs/en_US/images/change_ownership.png             | Bin 0 -> 56342 bytes
docs/en_US/images/change_ownership_info.png        | Bin 0 -> 54986 bytes
docs/en_US/images/user.png                         | Bin 53787 -> 132774 bytes
docs/en_US/release_notes_6_13.rst                  |   1 +
docs/en_US/user_management.rst                     |  23 +-
web/pgadmin/browser/templates/browser/index.html   |   6 +-
web/pgadmin/static/js/Dialogs/index.jsx            |  19 +-
web/pgadmin/static/js/SchemaView/DataGridView.jsx  |  71 +-
web/pgadmin/static/js/SchemaView/FormView.jsx      |   4 +-
web/pgadmin/static/js/SchemaView/MappedControl.jsx |   2 +-
web/pgadmin/static/js/SchemaView/index.jsx         |   2 +-
web/pgadmin/tools/user_management/__init__.py      | 493 +++++------
.../static/js/UserManagementDialog.jsx             | 381 +++++++++
.../user_management/static/js/user_management.js   | 936 +--------------------
17 files changed, 746 insertions(+), 1220 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][RM7587] pgAdmin 6.12 doesn't show contents of information_schema and pg_catalog
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: 1) Added support to show all background processes in