pgAdmin 4 commit: Remove Alertify dialog from Grant Wizard, Import/Expo - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Remove Alertify dialog from Grant Wizard, Import/Expo
Date
Msg-id E1oGwrr-0006X5-Qq@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Remove Alertify dialog from Grant Wizard, Import/Export Servers and Cloud.

Branch
------
master

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

Modified Files
--------------
.../databases/schemas/views/static/js/mview.js     |   2 +-
web/pgadmin/browser/static/css/wizard.css          |  24 --
web/pgadmin/browser/static/js/wizard.js            | 319 ---------------------
web/pgadmin/misc/cloud/static/js/CloudWizard.jsx   |  13 +-
web/pgadmin/misc/cloud/static/js/cloud.js          | 120 ++------
web/pgadmin/preferences/static/js/preferences.js   |   3 +-
web/pgadmin/static/js/helpers/wizard/Wizard.jsx    |   4 +-
web/pgadmin/static/scss/_alertify.overrides.scss   |   9 -
web/pgadmin/tools/backup/static/js/backup.js       |   4 +-
.../tools/grant_wizard/static/js/GrantWizard.jsx   |   6 +-
.../tools/grant_wizard/static/js/grant_wizard.js   | 106 ++-----
.../tools/import_export/static/js/import_export.js |   4 +-
.../static/js/ImportExportServers.jsx              |   9 +-
.../static/js/import_export_servers.js             |  82 +-----
.../tools/maintenance/static/js/maintenance.js     |   4 +-
web/pgadmin/tools/restore/static/js/restore.js     |   4 +-
web/webpack.shim.js                                |   3 +-
17 files changed, 96 insertions(+), 620 deletions(-)


pgadmin-hackers by date:

Previous
From: Fahar Abbas
Date:
Subject: Re: pgAdmin4 v6.12 candidate builds
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Tag REL-6_12 has been created.