diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-07 13:31:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-07 13:31:43 -0400 |
commit | 7e2d07484f2ae9912f34e30e8b5614fb86099eed (patch) | |
tree | 23606c3d4779317484683daf6d88d05dce6be260 /doc/design/assistant/blog/day_55__alerts.mdwn | |
parent | a66e1f68caeb045dc0c81388076915f5f06bddec (diff) | |
parent | 2a9077f4e92b588200eafcda4d485e95998917a2 (diff) |
Merge branch 'master' into assistant
Diffstat (limited to 'doc/design/assistant/blog/day_55__alerts.mdwn')
-rw-r--r-- | doc/design/assistant/blog/day_55__alerts.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_55__alerts.mdwn b/doc/design/assistant/blog/day_55__alerts.mdwn new file mode 100644 index 000000000..95e52e8ad --- /dev/null +++ b/doc/design/assistant/blog/day_55__alerts.mdwn @@ -0,0 +1,10 @@ +Nothing flashy today; I was up all night trying to download photos taken +by a robot lowered onto Mars by a skycrane. + +Some work on alerts. Added an alert when a file transfer succeeds or fails. +Improved the alert combining code so it handles those alerts, and +simplified it a lot, and made it more efficient. + +Also made the text of action alerts change from present to past tense when +the action finishes. To support that I wrote a fun data type, a `TenseString` +that can be rendered in either tense. |