pgAdmin 4 commit: Fixed following: - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed following:
Date
Msg-id E1gecyy-00029k-IJ@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fixed following:
- Base font size changed from 0.815rem to 0.875rem, for navbar from 0.875rem to 0.925rem.
- Dialog sizes made consistent throughout the application. Now there are 3 size options for width and height each - sm,
md,lg. Combination of any of these to be used hereafter 
- Alignment fix for controls of Node properties dialogs which includes showing text and label in one line without
dialogsize change, checkbox alignment, switch control alignment at places and other minor improvements in other dialogs 
- Error message design change in dialogs validation
- SQL Editor data grid editor popup design changes which were missed
- Design change for dashboard server activity grid
- Login page language dropdown color fix
- Properties accordion collapse design fix
- Help, Info icon fixed across all dialogs which were not working if clicked exactly on the text
- Added missing icon with buttons at few places
- Shadow behind the dialogs is increased to make it look clearly separated and depth.
- Control Alignment fix in maintenance dialog
- Min height of alertify dialogs set for better UX
- File dialog design fix when no files found
- Grant wizard fixes - Scroll bar visibility on first page, use full space for SQL generated on the last page
- Browser toolbar buttons changed to sync with SQL editor toolbar buttons
- Rounded corners for docker floating dialog (no properties)
- Renaming file in file dialog should show original file name
- SQL data grid text edit popup buttons behaviour was swapped. This is fixed.
- Import/Export dialog changes as per new design.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=86ecf9c84ec4c36e6802ccd99b011057fc3e5f82
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/about/static/js/about.js               |  5 +-
.../databases/languages/static/js/language.js      |  4 +-
.../servers/databases/schemas/static/js/schema.js  |  6 +-
.../schemas/tables/indexes/static/js/index.js      |  1 -
.../databases/schemas/tables/static/js/table.js    |  2 +-
.../pgagent/schedules/static/js/pga_schedule.js    | 23 +++++--
.../server_groups/servers/roles/static/js/role.js  | 13 ++--
.../server_groups/servers/static/css/servers.css   |  2 +-
.../servers/tablespaces/static/js/tablespace.js    |  2 +-
.../server_groups/static/js/server_group.js        |  4 +-
web/pgadmin/browser/static/css/wizard.css          | 19 ------
web/pgadmin/browser/static/js/browser.js           | 13 ++++
web/pgadmin/browser/static/js/node.js              | 70 ++++++++++++++------
web/pgadmin/browser/static/js/panel.js             |  4 +-
web/pgadmin/browser/static/js/toolbar.js           |  3 +
web/pgadmin/browser/static/js/wizard.js            | 35 +++++-----
web/pgadmin/browser/static/scss/_browser.scss      |  5 ++
.../misc/bgprocess/static/scss/_bgprocess.scss     |  2 +-
.../misc/file_manager/static/css/file_manager.css  |  4 +-
.../misc/file_manager/static/js/file_manager.js    |  4 +-
web/pgadmin/misc/file_manager/static/js/utility.js | 25 ++++---
.../file_manager/static/scss/_file_manager.scss    | 24 +++----
.../file_manager/templates/file_manager/index.html | 12 ++--
web/pgadmin/misc/static/explain/css/explain.css    | 11 +---
web/pgadmin/preferences/static/js/preferences.js   |  8 +--
.../preferences/static/scss/_preferences.scss      | 19 ++----
web/pgadmin/static/js/alertify.pgadmin.defaults.js |  4 +-
web/pgadmin/static/js/backform.pgadmin.js          |  2 +-
web/pgadmin/static/js/slickgrid/editors.js         | 17 ++---
web/pgadmin/static/js/sqleditor/filter_dialog.js   | 26 ++++----
.../js/sqleditor/query_tool_notifications.js       |  5 +-
web/pgadmin/static/scss/_aci_tree.overrides.scss   |  2 +-
web/pgadmin/static/scss/_alert.scss                | 14 +---
web/pgadmin/static/scss/_alertify.overrides.scss   | 19 ++++--
web/pgadmin/static/scss/_backform.overrides.scss   | 16 +++--
web/pgadmin/static/scss/_backgrid.overrides.scss   |  5 ++
web/pgadmin/static/scss/_bootstrap.overrides.scss  | 27 +++++++-
web/pgadmin/static/scss/_pgadmin.style.scss        | 77 +++++++++++++---------
web/pgadmin/static/scss/_select2.overrides.scss    | 18 ++---
web/pgadmin/static/scss/_webcabin.pgadmin.scss     | 64 +++++++++++++++++-
.../static/scss/resources/_default.style.scss      |  8 +++
.../static/scss/resources/_default.variables.scss  | 32 ++++++---
web/pgadmin/static/vendor/backform/backform.js     |  3 +-
web/pgadmin/static/vendor/backgrid/backgrid.css    |  4 --
web/pgadmin/templates/security/fields.html         |  2 +-
web/pgadmin/templates/security/login_user.html     |  4 +-
web/pgadmin/tools/backup/static/js/backup.js       |  8 +--
.../tools/backup/static/js/backup_dialog.js        |  4 +-
web/pgadmin/tools/datagrid/static/js/datagrid.js   |  2 +-
.../tools/debugger/static/js/debugger_ui.js        |  2 +-
.../tools/grant_wizard/static/js/grant_wizard.js   |  3 +-
.../grant_wizard/static/scss/_grant_wizard.scss    |  9 +--
.../tools/import_export/static/js/import_export.js |  8 +--
.../tools/maintenance/static/js/maintenance.js     |  5 +-
web/pgadmin/tools/restore/static/js/restore.js     |  4 +-
.../tools/restore/static/js/restore_dialog.js      |  5 +-
.../tools/sqleditor/static/css/sqleditor.css       |  4 +-
web/pgadmin/tools/sqleditor/static/js/sqleditor.js |  2 +-
.../tools/sqleditor/static/scss/_sqleditor.scss    |  9 ++-
.../user_management/static/js/user_management.js   | 31 ++++-----
.../static/scss/_user_management.scss              | 21 +-----
.../javascript/backup/backup_dialog_spec.js        | 16 ++++-
.../backup/global_server_backup_dialog_spec.js     | 20 ++++--
.../javascript/file_manager/file_manager_specs.js  | 15 +++++
.../javascript/restore/restore_dialog_spec.js      | 16 ++++-
65 files changed, 512 insertions(+), 341 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica
Next
From: Akshay Joshi
Date:
Subject: Re: pgAdmin 4 commit: Improvement in the look and feel of the whole applica