pgAdmin 4 commit: Port Master Password dialog to React. Fixes #7342

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Port Master Password dialog to React. Fixes #7342
Date: 2022-07-04 06:47:06
Message-ID: E1o8FrO-00047z-Mi@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Port Master Password dialog to React. Fixes #7342

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b283c0ba18a4c859f37274137cd932a831343ae1
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/images/master_password_enter.png | Bin 43864 -> 32676 bytes
docs/en_US/images/master_password_reset.png | Bin 38289 -> 36910 bytes
docs/en_US/images/master_password_set.png | Bin 40569 -> 29444 bytes
docs/en_US/release_notes_6_12.rst | 1 +
web/pgadmin/browser/__init__.py | 41 ++-----
.../browser/static/js/MasterPassowrdContent.jsx | 115 ++++++++++++++++++
web/pgadmin/browser/static/js/browser.js | 131 ++-------------------
web/pgadmin/browser/static/js/password_dialogs.jsx | 93 +++++++++++++++
.../browser/templates/browser/master_password.html | 23 ----
web/pgadmin/browser/tests/test_master_password.py | 29 +----
web/pgadmin/static/js/helpers/Notifier.jsx | 2 +-
11 files changed, 238 insertions(+), 197 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2022-07-04 06:47:25 Re: [pgAdmin][RM-7342]: [React] Port Master Password dialog to React
Previous Message Akshay Joshi 2022-07-04 05:45:44 pgAdmin 4 commit: Fixed PEP8