pgAdmin 4 commit: Improve the history UI. - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin 4 commit: Improve the history UI.
Date
Msg-id E1dYHT6-0008EG-Ue@gothos.postgresql.org
Whole thread Raw
List 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@pivotal.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(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Allow navigation of query history using the arrowkey
Next
From: Dave Page
Date:
Subject: Re: [pgadmin4][PATCH] Query History Arrow Navigation and Styling