Обсуждение: pgAdmin 4 commit: Allow navigation of query history using the arrowkey

Поиск
Список
Период
Сортировка

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

От
Dave Page
Дата:
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(-)