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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
