pgAdmin 4 commit: Resolved the logo issue. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Resolved the logo issue.
Date
Msg-id E1dyWEx-0007Hi-4F@gothos.postgresql.org
Whole thread Raw
List 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
------
WEBPACK_DEVEL

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

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(-)


pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Add the ability to build a basic Docker container.
Next
From: Murtuza Zabuawala
Date:
Subject: [pgAdmin4][Patch]: Code refactoring - Dashboard module