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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: 1) Dirty indicator and save button issues.
Date: 2020-12-16 06:41:01
Message-ID: E1kpQUf-0001pq-Hl@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-12-16 06:42:10 Re: [pgAdmin][RM-5343]: [Code Coverage] Improve API test cases for Debugger
Previous Message Akshay Joshi 2020-12-16 06:07:32 pgAdmin 4 commit: 1. Added check to skip debugger test case if the plug