pgAdmin 4 commit: Add shortcuts for View Data and the Query tool to the

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Add shortcuts for View Data and the Query tool to the
Date: 2018-09-10 14:16:18
Message-ID: E1fzMzC-0004Sb-9F@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Add shortcuts for View Data and the Query tool to the Browser header bar. Fixes #3564

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=532cbe216a649b238ceeaf8cb05926ce3c3bf589
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/getting_started.rst | 1 +
docs/en_US/images/main_left_pane.png | Bin 85828 -> 193579 bytes
docs/en_US/images/pgadmin_toolbar.png | Bin 0 -> 31892 bytes
docs/en_US/pgadmin_toolbar.rst | 16 +++
docs/en_US/release_notes_3_4.rst | 1 +
web/package.json | 2 +-
web/pgadmin/browser/static/css/browser.css | 15 +++
web/pgadmin/browser/static/js/browser.js | 10 +-
web/pgadmin/browser/static/js/toolbar.js | 90 ++++++++++++++++
web/pgadmin/feature_tests/browser_tool_bar_test.py | 115 +++++++++++++++++++++
.../query_tool_auto_complete_tests.py | 2 -
web/pgadmin/static/scss/_webcabin.overrides.scss | 10 +-
web/pgadmin/tools/datagrid/static/js/datagrid.js | 44 +++++---
web/webpack.shim.js | 1 +
web/yarn.lock | 4 +-
15 files changed, 287 insertions(+), 24 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-09-10 14:16:40 Re: [pgAdmin4][Patch]: Feature 3564 pgAdmin4 should have shortcut tools bar for frequently used features
Previous Message Dave Page 2018-09-10 13:38:15 Re: [pgAdmin4][Patch]: RM #3630 Autocomplete broken in v3.3 release, works in v3.2