pgAdmin 4 commit: Added undo action on some of the UI changes too. - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Added undo action on some of the UI changes too.
Date
Msg-id E1ZrttF-0002JT-C4@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Added undo action on some of the UI changes too.
i.e. Switch between the tabs, opening/closing the subnode in edit mode.

Also, removed the Save, Cancel buttons from the subnode editor, it was
looking very redudant. Ctrl+Z for undo, Ctrl+Shift+Z/Ctrl+Y for Redo
shortcut will be good enough for undoing all the changes in the
properties panel.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=30c560f33bf82491557f70d89c1c30dd72640819

Modified Files
--------------
web/pgadmin/browser/templates/browser/js/node.js   |   75 +++++++++++++-
web/pgadmin/static/js/backform.pgadmin.js          |   26 ++++-
web/pgadmin/static/js/backgrid/backgrid.pgadmin.js |  108 +++++++++-----------
3 files changed, 144 insertions(+), 65 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: pgadmin4: sleep api
Next
From: Ashesh Vashi
Date:
Subject: pgAdmin 4 commit: Resolved few undo action on UI tabs - tabs were not g