pgAdmin 4 commit: Fixed issues in the Preferences:

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed issues in the Preferences:
Date: 2022-03-29 10:58:48
Message-ID: E1nZ9Ym-0008P4-Lc@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed issues in the Preferences:
1) Show a single note in the binary path.
2) Resolved issue in the keyboard shortcut.

refs #7149

Branch
------
master

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

Modified Files
--------------
.../static/js/components/PreferencesComponent.jsx | 6 +++++-
web/pgadmin/static/js/components/KeyboardShortcuts.jsx | 4 ++--
.../javascript/components/KeyboardShortcuts.spec.js | 12 ++++++------
3 files changed, 13 insertions(+), 9 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Pradip Parkale 2022-03-30 06:00:57 Re: [pgAdmin][RM-7132]: Port Properties collection, Dashboard and SQL panel in React
Previous Message Nikhil Mohite 2022-03-29 10:05:55 Re: [pgAdmin][RM-7149]: [React] Port preferences dialog to React.