pgAdmin 4 commit: Update alertify alerts to use the styling definedin

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Update alertify alerts to use the styling definedin
Дата
Msg-id E1dQs8y-0001IU-AQ@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Update alertify alerts to use the styling defined in the styleguide (missed some files in the original commit).

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f2d2075d81718ec02550fb592851aa330d327b24
Author: Joao Pedro De Almeida Pereira <jdealmeidapereira@pivotal.io>

Modified Files
--------------
web/pgadmin/static/js/alerts/alertify_wrapper.js   |  40 +++++
web/pgadmin/static/scss/_alert.scss                | 119 +++++++++++++++
web/pgadmin/static/scss/_alertify.overrides.scss   | 166 +++++++++++++++++++++
web/pgadmin/static/scss/_othercolors.scss          | 156 +++++++++++++++++++
web/pgadmin/static/scss/_typography.scss           |  68 +++++++++
.../javascript/alerts/alertify_wrapper_spec.js     |  41 +++++
6 files changed, 590 insertions(+)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Add support for SCSS building in webpack.
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin-hackers][Patch] Change alert styling