pgAdmin 4 commit: Upgraded Alertify to v1.7.1

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Upgraded Alertify to v1.7.1
Дата
Msg-id E1bEtSU-0003Lv-QO@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Upgraded Alertify to v1.7.1

This version includes the feature request about invoking the callbacks
for different resize events. It will allows us to adjust the layout of
the dialogs based on its width, just like we've in the panels.

Branch
------
master

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

Modified Files
--------------
libraries.txt                                      |   2 +-
web/pgadmin/static/css/alertifyjs/alertify.css     |   2 +-
web/pgadmin/static/css/alertifyjs/alertify.min.css |   2 +-
web/pgadmin/static/css/alertifyjs/alertify.rtl.css |   2 +-
.../static/css/alertifyjs/alertify.rtl.min.css     |   2 +-
.../static/css/alertifyjs/themes/bootstrap.css     |   2 +-
.../static/css/alertifyjs/themes/bootstrap.min.css |   2 +-
.../static/css/alertifyjs/themes/bootstrap.rtl.css |   2 +-
.../css/alertifyjs/themes/bootstrap.rtl.min.css    |   2 +-
.../static/css/alertifyjs/themes/default.css       |   2 +-
.../static/css/alertifyjs/themes/default.min.css   |   2 +-
.../static/css/alertifyjs/themes/default.rtl.css   |   2 +-
.../css/alertifyjs/themes/default.rtl.min.css      |   2 +-
.../static/css/alertifyjs/themes/semantic.css      |   2 +-
.../static/css/alertifyjs/themes/semantic.min.css  |   2 +-
.../static/css/alertifyjs/themes/semantic.rtl.css  |   2 +-
.../css/alertifyjs/themes/semantic.rtl.min.css     |   2 +-
web/pgadmin/static/js/alertifyjs/alertify.js       | 267 +++++++++++----------
web/pgadmin/static/js/alertifyjs/alertify.min.js   |   4 +-
19 files changed, 154 insertions(+), 151 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: Fixed RM #1356
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: Introduces the 'alertify.pgDialogBuild' function, whi