From 41169023e35f9f68ed917ebadf0df5fc7b1081c0 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Wed, 13 Jul 2016 22:22:53 +0100 Subject: [PATCH] Updated Design: Version Control (markdown) --- Design:-Version-Control.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Design:-Version-Control.md b/Design:-Version-Control.md index 6d58afa..16e58e2 100644 --- a/Design:-Version-Control.md +++ b/Design:-Version-Control.md @@ -84,6 +84,9 @@ There are two parts additions to the UI: - if checked, a modal dialog appears each time Deploy is clicked to allow the user to provide a description for the deploy - if not checked, clicking deploy does not prompt for a message + + 2. an option on Deploy menu to show Deploy History - the option opens a new sidebar panel that lists the history of deploys. - - each list entry provides the ability to load that version into the editor. If the workspace is currently dirty, doing so will first prompt to confirm changes will be lost. \ No newline at end of file + - each list entry provides the ability to load that version into the editor. If the workspace is currently dirty, doing so will first prompt to confirm changes will be lost. +