Thread: pgAdmin 4 commit: Improve error handling when python process fails to s

pgAdmin 4 commit: Improve error handling when python process fails to s

From
Aditya Toshniwal
Date:
Improve error handling when python process fails to start.
Do not quit app if python process fails to start. Instead, allow the user to change configuration like python path and
apppath. Added a restart menu in case user wants to restart the app after config changes. 
Menu changes, configure window changes.

Branch
------
electron2

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=0176cea20265e960932139024751c86fc591e950

Modified Files
--------------
electron/.eslintignore            |   7 +
electron/package.json             |   8 +-
electron/src/configure_preload.js |  14 ++
electron/src/configure_store.js   |  28 ++-
electron/src/configure_ui.html    |  81 +++---
electron/src/configure_ui.js      |  83 ++++--
electron/src/constants.js         |   8 +
electron/src/index.js             | 293 ++++++++++++++--------
electron/src/ipc_event.js         |  31 +++
electron/yarn.lock                | 512 +++++++++++++++++++++++++++++++++++++-
10 files changed, 876 insertions(+), 189 deletions(-)