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.toshni...@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(-)