pgAdmin 4 commit: Upgrade font awesome from v4 to v5. Fixes #5731

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Upgrade font awesome from v4 to v5. Fixes #5731
Date: 2020-08-13 06:34:15
Message-ID: E1k66oZ-0004S2-Ga@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Upgrade font awesome from v4 to v5. Fixes #5731

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=93adf6884f031ff0e02c60736d9d4588732fdd07
Author: Nikhil Mohite <nikhil(dot)mohite(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_25.rst | 1 +
web/package.json | 4 ++--
.../servers/databases/schemas/views/static/js/mview.js | 4 ++--
.../servers/databases/static/js/database.js | 2 +-
.../browser/server_groups/servers/static/js/server.js | 4 ++--
.../servers/tablespaces/static/js/tablespace.js | 2 +-
web/pgadmin/browser/static/js/browser.js | 2 +-
web/pgadmin/browser/static/js/collection.js | 4 ++--
web/pgadmin/browser/static/js/node.js | 10 +++++-----
web/pgadmin/browser/static/js/node.ui.js | 2 +-
web/pgadmin/browser/static/js/wizard.js | 2 +-
.../templates/dashboard/database_dashboard.html | 2 +-
.../templates/dashboard/server_dashboard.html | 2 +-
web/pgadmin/help/__init__.py | 4 ++--
web/pgadmin/misc/bgprocess/static/js/bgprocess.js | 4 ++--
web/pgadmin/misc/file_manager/static/js/utility.js | 12 ++++++------
.../file_manager/templates/file_manager/index.html | 6 +++---
web/pgadmin/misc/static/explain/js/explain.js | 4 ++--
web/pgadmin/static/css/style.css | 2 +-
web/pgadmin/static/js/backform.pgadmin.js | 6 +++---
web/pgadmin/static/js/backgrid.pgadmin.js | 6 +++---
.../static/js/sqleditor/history/query_sources.js | 2 +-
web/pgadmin/static/js/sqleditor_utils.js | 2 +-
web/pgadmin/static/scss/_aci_tree.overrides.scss | 4 ++++
web/pgadmin/static/scss/_alertify.overrides.scss | 2 ++
web/pgadmin/static/scss/_backform.overrides.scss | 1 +
web/pgadmin/static/scss/_bootstrap.overrides.scss | 2 ++
web/pgadmin/static/scss/_codemirror.overrides.scss | 2 ++
web/pgadmin/static/scss/_pgadmin.style.scss | 18 ++++++++++++++++++
web/pgadmin/static/scss/_webcabin.pgadmin.scss | 1 +
.../static/scss/resources/_default.variables.scss | 2 +-
web/pgadmin/tools/backup/static/js/backup.js | 12 ++++++------
.../tools/datagrid/static/js/datagrid_panel_title.js | 2 +-
.../tools/datagrid/templates/datagrid/index.html | 12 ++++++------
.../tools/grant_wizard/static/js/grant_wizard.js | 4 ++--
.../schema_diff/static/js/schema_diff.backform.js | 2 +-
.../tools/schema_diff/static/scss/_schema_diff.scss | 3 +++
web/pgadmin/tools/sqleditor/static/js/sqleditor.js | 2 +-
.../tools/sqleditor/static/scss/_sqleditor.scss | 2 ++
web/regression/feature_utils/locators.py | 4 ++--
web/yarn.lock | 16 ++++++++--------
41 files changed, 108 insertions(+), 72 deletions(-)

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-08-13 08:44:32 pgAdmin 4 commit: Fixed following schema diff issues:
Previous Message Nikhil Mohite 2020-08-13 05:02:13 [pgAdmin][RM5731]:Upgrade the font awesome to version 5