[pgadmin-hackers][Patch] Change alert styling

From: Joao Pedro De Almeida Pereira <jdealmeidapereira(at)pivotal(dot)io>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgadmin-hackers][Patch] Change alert styling
Date: 2017-06-28 20:40:11
Message-ID: CAE+jjanTbvu-L_dV-q12SRxA3pV7AFY01WyCiYGKz9CuccKZQw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Hackers,

In this patch we are introducing SCSS that we generated for the style guide.
[image: Inline image 1]

The patch is split into 2 files:
- 01-add-scss-building-to-webpack.diff
In this file we add the compilation of SCSS into CSS to webpack

- 02-change-alert-messages.diff
In this file we create a Wrapper for Alertify's success and error function
so we can introduce new styling on them. We change all the places in the
app where alertify.success, alertify.notify (with the type 'error' or
'success') and alertify.error are called.

Thanks
Sarah & João

Attachment Content-Type Size
01-add-scss-building-to-webpack.diff text/plain 31.0 KB
02-change-alert-messages.diff text/plain 75.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-06-29 00:35:00 Re: Tree view icon samples
Previous Message Shirley Wang 2017-06-28 19:48:57 Re: Tree view icon samples