pgAdmin 4 commit: Browser window was not closing - Fixed.

From: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Browser window was not closing - Fixed.
Date: 2019-08-07 11:01:03
Message-ID: E1hvJgl-0004zB-Mk@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2019-08-07 12:19:22 pgAdmin 4 commit: Fix generation of reverse engineered SQL for partitio
Previous Message Aditya Toshniwal 2019-08-07 10:30:31 Re: [pgAdmin][RM4144] Compound Trigger support for EPAS-v12