pgAdmin 4 commit: Browser window was not closing - Fixed. - Mailing list pgadmin-hackers

From Aditya Toshniwal
Subject pgAdmin 4 commit: Browser window was not closing - Fixed.
Date
Msg-id E1hvJgl-0004zB-Mk@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Browser window was not closing - Fixed.
App should quit on all windows closed.
Added linter config from pgadmin and fixed linter issues.
Other cleanup.

Branch
------
electron2

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

Modified Files
--------------
electron/.eslintrc              |   47 --
electron/.eslintrc.js           |   54 ++
electron/package.json           |    4 +-
electron/pgadmin.js             |   60 ---
electron/src/configure_store.js |   12 +-
electron/src/configure_ui.html  |    8 +-
electron/src/configure_ui.js    |   49 +-
electron/src/index.js           |   78 +--
electron/yarn.lock              | 1103 +++++++++++++++++++++++++++++++--------
9 files changed, 1013 insertions(+), 402 deletions(-)


pgadmin-hackers by date:

Previous
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM4144] Compound Trigger support for EPAS-v12
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fix generation of reverse engineered SQL for partitio