pgAdmin 4 commit: 1. Placeholder should be inside the controlProps. Cha

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1. Placeholder should be inside the controlProps. Cha
Date: 2021-09-23 10:48:01
Message-ID: E1mTMGn-0001Gg-Dy@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

1. Placeholder should be inside the controlProps. Change the placeholder from 'Select...' to 'Select an item...'
2. Updated grant wizard screenshot and documentation.
3. Remove '(Beta)' from ERD Tool and PSQL Tool.

Branch
------
master

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

Modified Files
--------------
docs/en_US/grant_wizard.rst | 9 ++-------
docs/en_US/images/grant_wizard_step1.png | Bin 61164 -> 121954 bytes
docs/en_US/images/grant_wizard_step2.png | Bin 67159 -> 64432 bytes
docs/en_US/images/grant_wizard_step3.png | Bin 81523 -> 128844 bytes
.../schemas/domains/static/js/domain.ui.js | 2 +-
.../foreign_tables/static/js/foreign_table.ui.js | 2 +-
.../servers/databases/static/js/database.js | 2 +-
web/pgadmin/browser/static/js/collection.js | 2 +-
web/pgadmin/browser/static/js/node.js | 2 +-
.../static/js/components/FormComponents.jsx | 2 +-
web/pgadmin/tools/erd/static/js/erd_module.js | 2 +-
web/pgadmin/tools/psql/static/js/psql_module.js | 2 +-
12 files changed, 10 insertions(+), 15 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-09-23 11:30:05 pgAdmin 4 commit: Fixed scrollbar issue and used flex layout in grant w
Previous Message Akshay Joshi 2021-09-23 09:19:39 Re: [pgAdmin][RM6777] Deferrable, deferred, included columns fields are editable in Edit Table > Constraint tab