pgAdmin 4 commit: Improvements in the UI for both default and dark them

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Improvements in the UI for both default and dark them
Date: 2020-02-24 08:43:27
Message-ID: E1j69Kp-0006oM-0T@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improvements in the UI for both default and dark themes. Fixes #5133
Improve the style of the highlighted code after query execution for Dark mode. Fixes #4996.
Changed background pattern for geometry viewer to use #fff for all themes. Fixes #5077
Changed the color of selected and hovered item for Select2 dropdown, also tweak the appearance of the tags in multi-select boxes. Fixes #4955
Fixed Firefox monospaced issue by updating the font to the latest version. Fixes #5184

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9bad590e9e70a7e93ad17efcdc21d23d8fcf393c
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/event_trigger_dialog.rst | 12 ++---
docs/en_US/images/event_trigger_definition.png | Bin 56808 -> 55290 bytes
docs/en_US/release_notes_4_19.rst | 7 ++-
.../event_triggers/static/js/event_trigger.js | 12 +++--
.../schemas/synonyms/static/js/synonym.js | 2 +-
.../schemas/tables/columns/static/js/column.js | 4 +-
.../server_groups/servers/roles/static/js/role.js | 7 ++-
.../server_groups/servers/static/js/privilege.js | 23 +++++---
.../servers/templates/servers/password.html | 14 ++---
.../servers/templates/servers/tunnel_password.html | 21 ++++----
web/pgadmin/browser/static/js/browser.js | 8 +--
web/pgadmin/browser/static/js/collection.js | 19 ++++---
web/pgadmin/browser/static/js/node.js | 4 +-
web/pgadmin/browser/static/js/wizard.js | 2 +-
web/pgadmin/dashboard/static/js/dashboard.js | 18 +++----
web/pgadmin/dashboard/static/scss/_dashboard.scss | 2 +-
.../misc/statistics/static/js/statistics.js | 2 +-
web/pgadmin/preferences/static/js/preferences.js | 4 +-
web/pgadmin/static/fonts/SourceCodePro-Bold.ttf | Bin 120504 -> 191568 bytes
web/pgadmin/static/fonts/SourceCodePro-Regular.ttf | Bin 120548 -> 192740 bytes
web/pgadmin/static/js/backform.pgadmin.js | 47 +++++++++++++---
web/pgadmin/static/js/backgrid.pgadmin.js | 2 +-
.../static/js/sqleditor/history/query_history.js | 2 +-
.../js/sqleditor/history/query_history_entries.js | 9 ++--
web/pgadmin/static/scss/_aci_tree.overrides.scss | 2 +-
web/pgadmin/static/scss/_backgrid.overrides.scss | 23 +++++++-
web/pgadmin/static/scss/_bootstrap.overrides.scss | 15 ++++++
web/pgadmin/static/scss/_codemirror.overrides.scss | 2 +-
web/pgadmin/static/scss/_pgadmin.style.scss | 37 +++++++++++--
web/pgadmin/static/scss/_select2.overrides.scss | 23 ++++++--
.../static/scss/resources/_default.variables.scss | 28 +++++++---
.../scss/resources/_theme.variables.scss.sample | 59 +++++++--------------
.../scss/resources/dark/_theme.variables.scss | 11 ++--
web/pgadmin/static/vendor/backform/backform.js | 16 +++---
.../static/vendor/backgrid/backgrid-select-all.js | 10 +++-
.../tools/datagrid/templates/datagrid/index.html | 2 +-
.../tools/grant_wizard/static/js/grant_wizard.js | 15 +++++-
.../tools/maintenance/static/js/maintenance.js | 6 +--
.../tools/schema_diff/static/css/schema_diff.css | 9 +++-
.../schema_diff/static/js/schema_diff.backform.js | 8 +--
.../tools/schema_diff/static/js/schema_diff.js | 2 +-
.../tools/schema_diff/static/js/schema_diff_ui.js | 2 +-
.../schema_diff/static/scss/_schema_diff.scss | 41 +++++++++-----
.../schema_diff/templates/schema_diff/index.html | 12 +++--
.../tools/sqleditor/static/css/sqleditor.css | 4 ++
.../tools/sqleditor/static/scss/_sqleditor.scss | 5 ++
46 files changed, 370 insertions(+), 183 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-02-24 08:44:05 Re: [pgAdmin][RM5133] UI Improvements for White and Dark Theme
Previous Message Aditya Toshniwal 2020-02-24 07:06:19 Re: [pgAdmin][RM5133] UI Improvements for White and Dark Theme