Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2018-04-17 21:47:12 +03:00
parent 2b185e2ee4
commit 6f8c74b21e

View File

@ -33,6 +33,9 @@ var ExperimentActions = actions.Actions({
// - undo / redo // - undo / redo
// XXX depends on ui, ... // XXX depends on ui, ...
// XXX would be nice to have a universal .save() action... // XXX would be nice to have a universal .save() action...
// XXX can we make this into a dialog that would stop a certain
// action until the user confirms or aborts... e.g. warn of
// unsaved changes when navigating away...
browseChanges: ['Experimental/$Changes...', browseChanges: ['Experimental/$Changes...',
{dialogTitle: 'Unsaved changes'}, {dialogTitle: 'Unsaved changes'},
widgets.makeUIDialog(function(path){ widgets.makeUIDialog(function(path){