pgAdmin 4 commit: Improve the history UI.

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Improve the history UI.
Date: 2017-07-20 19:50:40
Message-ID: E1dYHT6-0008EG-Ue@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Improve the history UI.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=e29cd8d83dfbb00911caf2c3ea5065a7511bd11c
Author: Matthew Kleiman <mkleiman(at)pivotal(dot)io>

Modified Files
--------------
.../feature_tests/query_tool_journey_test.py | 4 +++
.../jsx/history/detail/history_error_message.jsx | 30 ++++++++++++++++++
.../static/jsx/history/query_history_detail.jsx | 9 ++++++
web/pgadmin/static/scss/sqleditor/_history.scss | 30 ++++++++++++++----
.../javascript/history/query_history_spec.jsx | 37 +++++++++++++++-------
5 files changed, 93 insertions(+), 17 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-07-20 19:51:06 Re: [pgadmin4][PATCH] Query History Arrow Navigation and Styling
Previous Message Dave Page 2017-07-20 19:47:44 pgAdmin 4 commit: Allow navigation of query history using the arrow key