pgAdmin 4 commit: Implemented React based modal provider to create mode - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Implemented React based modal provider to create mode
Date
Msg-id E1mt3K8-0000jz-4D@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Implemented React based modal provider to create models on the fly.
Also, use this to replace Alertify alert and confirm dialog.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=dfdaf7f6d19c3efb7f9959f8b18ea0407996d0f1
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/package.json                                |   1 +
web/pgadmin/static/js/Theme/index.jsx           |  21 ++++-
web/pgadmin/static/js/components/Buttons.jsx    |  49 +++++++++--
web/pgadmin/static/js/helpers/ModalProvider.jsx |  92 +++++++++++++++++++++
web/pgadmin/static/js/helpers/Notifier.jsx      | 104 ++++++++++++++++++++++--
web/pgadmin/templates/base.html                 |   1 +
web/yarn.lock                                   |  10 ++-
7 files changed, 262 insertions(+), 16 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: [pgAdmin][patch] React based Modal provider to replace Altertify alert
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][patch] React based Modal provider to replace Altertify alert