pgAdmin 4 commit: Allow navigation of query history using the arrowkey

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Allow navigation of query history using the arrowkey
Дата
Msg-id E1dYHQG-00084R-3a@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Allow navigation of query history using the arrow keys. Fixes #2590

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=21bfcd83f420000ba06f146ed1d2010fd66db0ed
Author: Matthew Kleiman <mkleiman@pivotal.io>

Modified Files
--------------
.../feature_tests/query_tool_journey_test.py       |  49 +++-
web/pgadmin/static/jsx/history/query_history.jsx   |  98 ++++++-
web/pgadmin/static/scss/pgadmin.scss               |   2 +-
.../sqleditor/templates/sqleditor/js/sqleditor.js  |  18 +-
.../javascript/history/query_history_spec.jsx      | 317 ++++++++++++++-------
5 files changed, 359 insertions(+), 125 deletions(-)


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

Предыдущее
От: Joao De Almeida Pereira
Дата:
Сообщение: [pgadmin-hackers][pgaweb][patch] Update SCSS of styleguide
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Improve the history UI.