pgAdmin 4 commit: 1) Dirty indicator and save button issues.

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: 1) Dirty indicator and save button issues.
Дата
Msg-id E1kpQUf-0001pq-Hl@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
1) Dirty indicator and save button issues.
2) Text replacements as suggested by Dave.
3) Replace outlined icons with solid ones.
4) Add correct pgAdmin version in .pgerd files.
5) Do not show the download image option till it is completed.

Branch
------
ERDTool

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=38a4555b30ac99bd0a2c004ab150dcf59af02f5c
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
web/pgadmin/browser/__init__.py                    |    1 +
web/pgadmin/browser/templates/browser/js/utils.js  |    1 +
.../tools/erd/static/js/erd_tool/ERDCore.js        |   30 +-
.../erd/static/js/erd_tool/links/OneToManyLink.jsx |  481 ++++----
.../erd/static/js/erd_tool/nodes/TableNode.jsx     |  341 +++---
.../js/erd_tool/ui_components/BodyWidget.jsx       | 1165 ++++++++++----------
.../js/erd_tool/ui_components/ConnectionBar.jsx    |   12 +-
.../js/erd_tool/ui_components/FloatingNote.jsx     |    5 +-
.../static/js/erd_tool/ui_components/ToolBar.jsx   |    7 +-
web/pgadmin/tools/erd/static/scss/_erd.scss        |    4 +
.../erd/ui_components/body_widget_spec.js          |   42 +-
.../javascript/erd/ui_components/toolbar_spec.js   |    2 +-
12 files changed, 1070 insertions(+), 1021 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 commit: 1. Added check to skip debugger test case if the plug
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM-5343]: [Code Coverage] Improve API test cases for Debugger