pgAdmin 4 commit: Allow navigation of query history using the arrowkey - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Allow navigation of query history using the arrowkey
Date
Msg-id E1dYHQG-00084R-3a@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Joao De Almeida Pereira
Date:
Subject: [pgadmin-hackers][pgaweb][patch] Update SCSS of styleguide
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Improve the history UI.