animate syncing and other activity icons

This commit is contained in:
Joey Hess 2013-04-08 22:54:02 -04:00
parent 77eb11bc9c
commit 1c36af163c
6 changed files with 9 additions and 6 deletions

View file

@ -50,7 +50,7 @@ data Alert = Alert
, alertButton :: Maybe AlertButton
}
data AlertIcon = ActivityIcon | SuccessIcon | ErrorIcon | InfoIcon | TheCloud
data AlertIcon = ActivityIcon | SyncIcon | SuccessIcon | ErrorIcon | InfoIcon | TheCloud
type AlertMap = M.Map AlertId Alert