pgAdmin 4 commit: Added undo action on some of the UI changes too.

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Added undo action on some of the UI changes too.
Date: 2015-10-29 20:33:41
Message-ID: E1ZrttF-0002JT-C4@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Ashesh Vashi 2015-10-30 07:37:43 pgAdmin 4 commit: Resolved few undo action on UI tabs - tabs were not g
Previous Message Dave Page 2015-10-29 10:27:03 Re: pgadmin4: sleep api