pgAdmin 4 commit: Add infrastructure for managing configurablekeyboard

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add infrastructure for managing configurablekeyboard
Дата
Msg-id E1eegxp-0004Ao-SE@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add infrastructure for managing configurable keyboard shortcuts.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=66341e6947b0999b66c46078bf31f89851597fd6
Author: Harshal Dhumal <harshal.dhumal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/preferences/static/css/preferences.css |  16 +-
web/pgadmin/preferences/static/js/preferences.js   |   2 +
web/pgadmin/static/js/backform.pgadmin.js          | 201 ++++++++++
web/pgadmin/utils/preferences.py                   |  32 +-
.../backform_controls/keyboardshortcut_spec.js     | 434 +++++++++++++++++++++
.../javascript/backform_controls/keycode_spec.js   | 199 ++++++++++
web/webpack.test.config.js                         |  10 +
7 files changed, 885 insertions(+), 9 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgadmin4][patch] Correct Bug #3050
Следующее
От: Dave Page
Дата:
Сообщение: Re: Module-wise Keyboard preferences