GNOME Bugzilla – Bug 666334
Be more friendly to user on deletion of boxes
Last modified: 2016-03-31 14:00:15 UTC
On deletion of a box by the user: - Hide the box immediately but don't delete it yet. - Display a notification with an 'Undo' button. - Delete the box if user doesn't hit the 'Undo' button or ignores the notification for 6 seconds. Otherwise, add it back to the view.
Created attachment 203617 [details] [review] Be more friendly to user on deletion of boxes On deletion of a box by the user: - Hide the box immediately but don't delete it yet. - Display a notification with an 'Undo' button. - Delete the box if user doesn't hit the 'Undo' button or ignores the notification for 6 seconds. Otherwise, add it back to the view.
Created attachment 203704 [details] [review] Be more friendly to user on deletion of boxes On deletion of a box by the user: - Hide the box immediately but don't delete it yet. - Display a notification with an 'Undo' button. - Delete the box if user doesn't hit the 'Undo' button or ignores the notification for 6 seconds. Otherwise, add it back to the view. New in this version: * NotificationBar renamed to Notificationbar for consistency with other *bar classes. * The bar now slides-in/out rather than fade-in/out. * Slight improvement to vertical magin.
Review of attachment 203704 [details] [review]: ack
Attachment 203704 [details] pushed as 1185a27 - Be more friendly to user on deletion of boxes