From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Update alertify alerts to use the styling defined in |
Date: | 2017-06-30 09:23:16 |
Message-ID: | E1dQs8y-0001IU-AQ@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)pivotal(dot)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(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-06-30 09:24:00 | Re: [pgadmin-hackers][Patch] Change alert styling |
Previous Message | Dave Page | 2017-06-30 09:21:08 | pgAdmin 4 commit: Add support for SCSS building in webpack. |