pgAdmin 4 commit: F5 key should work to refresh Browser tree. Fixes #32

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: F5 key should work to refresh Browser tree. Fixes #32
Date: 2018-05-02 06:14:36
Message-ID: E1fDl2C-0006DC-Pw@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

F5 key should work to refresh Browser tree. Fixes #3284
Refactoring by: Joao Pedro De Almeida Pereira

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=732d8d903dc76eef22b83a8eb01ed754ba877f31
Author: Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com>

Modified Files
--------------
.../browser/register_browser_preferences.py | 15 +
web/pgadmin/browser/static/js/keyboard.js | 458 ++++++++++-----------
web/pgadmin/static/js/utils.js | 2 +-
.../javascript/parse_shortcut_value_spec.js | 117 ++++++
4 files changed, 357 insertions(+), 235 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-05-02 06:15:12 Re: [pgAdmin4][Patch]: RM 3284 - F5 key not working consistently
Previous Message Khushboo Vashi 2018-05-02 05:46:17 Re: [pgAdmin4][Patch]: RM 3284 - F5 key not working consistently