pgAdmin 4 commit: Resolved the logo issue.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Resolved the logo issue.
Date: 2017-09-29 05:38:39
Message-ID: E1dxo0V-0001pw-Rj@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Resolved the logo issue.

For some unknown reason, font-mfizz was showing the slonik icon in
italic. Even after upgrading it to the latest version of font-mfizz, the
problem was not resolved.

So - instead of using the vector font, using the PostgreSQL SVG logo as
the application icon, and documentation link on dashboard now.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9c6c32e9368a44dc43e6374758ea3b23dd4e21b3

Modified Files
--------------
web/config.py | 2 +-
web/package.json | 1 -
.../templates/dashboard/welcome_dashboard.html | 2 +-
web/pgadmin/static/css/pgadmin.css | 25 ++++++++++++++++++++++
web/yarn.lock | 4 ----
5 files changed, 27 insertions(+), 7 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2017-09-29 05:56:59 pgAdmin 4 commit: Remove the reference of font-mfizz completely.
Previous Message Ashesh Vashi 2017-09-29 04:33:17 Re: [pgAdmin4][Patch]: Fix the path to font-mfizz library in style.css