pgAdmin 4 commit: Replace bootstrap-dialog with Alertify.js, which is m - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Replace bootstrap-dialog with Alertify.js, which is m
Date
Msg-id E1YGUzo-0008HU-Mg@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Replace bootstrap-dialog with Alertify.js, which is more configurable
and supports non-modal dialogs.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=65dc4320f1c1c366372982ca5aa8c2c601abdf2b

Modified Files
--------------
web/pgadmin/about/templates/about/browser.js       |   35 +-
web/pgadmin/static/css/alertifyjs/alertify.css     |  874 ++++++
web/pgadmin/static/css/alertifyjs/alertify.min.css |    3 +
web/pgadmin/static/css/alertifyjs/alertify.rtl.css |  874 ++++++
.../static/css/alertifyjs/alertify.rtl.min.css     |    3 +
.../static/css/alertifyjs/themes/bootstrap.css     |   55 +
.../static/css/alertifyjs/themes/bootstrap.min.css |    3 +
.../static/css/alertifyjs/themes/bootstrap.rtl.css |   55 +
.../css/alertifyjs/themes/bootstrap.rtl.min.css    |    3 +
web/pgadmin/static/css/bootstrap-dialog.css        |  120 -
web/pgadmin/static/css/bootstrap-dialog.min.css    |    1 -
web/pgadmin/static/css/overrides.css               |   10 +
.../static/js/vendor/alertifyjs/alertify.js        | 3257 ++++++++++++++++++++
.../static/js/vendor/alertifyjs/alertify.min.js    |    3 +
web/pgadmin/static/js/vendor/bootstrap-dialog.js   | 1239 --------
.../static/js/vendor/bootstrap-dialog.min.js       |    1 -
web/pgadmin/templates/base.html                    |   12 +-
web/pgadmin/test/browser.py                        |   16 +-
web/pgadmin/test/templates/test/browser.js         |   70 +
19 files changed, 5266 insertions(+), 1368 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Add support for creating dialogs, and add an About di
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Minor tweaks to the dialog code.