aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-24 10:54:40 -0700
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-24 10:54:40 -0700
commit52220a8a81da389902a9fad38c72034bd711ecb2 (patch)
treed40423f1b6cfd4d33a76d8a07580a5e5b848183e
parent25bca729eba033110a45bc8ca96a9be6dc18fc78 (diff)
parent7f30f9d079ab373efa30cf9466df9d3914935e89 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/todo/webapp:_show_times_of_events.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/webapp:_show_times_of_events.mdwn b/doc/todo/webapp:_show_times_of_events.mdwn
new file mode 100644
index 000000000..b58e52e9d
--- /dev/null
+++ b/doc/todo/webapp:_show_times_of_events.mdwn
@@ -0,0 +1,5 @@
+In the webapp 'dashboard' page there is a column of 'message boxes' on the right hand side that appear as events occur.
+
+I would find it helpful to be able to hover over a message box and have a timestamp appear so that I know whether the event is a recent one that I might need to go look in the log for more detail about, or that I can click on the 'X' to dismiss the message.
+
+A further improvement that occurred to me is adding a link within the message box (link text something like "view log entry") that takes you to the corresponding part of the 'view log' page.