pgAdmin 4 commit: Allow navigation of query history using the arrow key

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Allow navigation of query history using the arrow key
Date: 2017-07-20 19:47:44
Message-ID: E1dYHQG-00084R-3a@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)pivotal(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-20 19:50:40 pgAdmin 4 commit: Improve the history UI.
Previous Message Joao De Almeida Pereira 2017-07-20 19:23:25 [pgadmin-hackers][pgaweb][patch] Update SCSS of styleguide