diff options
| -rw-r--r-- | gui.js | 2 | ||||
| -rwxr-xr-x | history.txt | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -4028,6 +4028,7 @@ ProjectDialogMorph.prototype.shareProject = function () { ) + '\n"' + proj.ProjectName + '"?', 'Share Project', function () { + myself.ide.showMessage('sharing\nproject...'); SnapCloud.reconnect( function () { SnapCloud.callService( @@ -4065,6 +4066,7 @@ ProjectDialogMorph.prototype.unshareProject = function () { ) + '\n"' + proj.ProjectName + '"?', 'Unshare Project', function () { + myself.ide.showMessage('unsharing\nproject...'); SnapCloud.reconnect( function () { SnapCloud.callService( diff --git a/history.txt b/history.txt index 0fa9047..bdc3b26 100755 --- a/history.txt +++ b/history.txt @@ -1604,3 +1604,4 @@ ______ * Morphic: Formatting options for Triggers and MenuItems (and ListItems): bold, italic * Morphic: ListMorph (items) manipulation capabilites * GUI: display shared project names bold typed in the project dialog +* GUI: Feedback msg when sharing / unsharing projects |
