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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Add shortcuts for View Data and the Query tool tothe
Дата
Msg-id E1fzMzC-0004Sb-9F@gothos.postgresql.org
обсуждение исходный текст
Список 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.joshi@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM #3630 Autocomplete broken in v3.3 release,works in v3.2
Следующее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: Feature 3564 pgAdmin4 should have shortcuttools bar for frequently used features