summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-30 12:25:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-30 12:25:15 -0400
commit71a6f3521c4195eebf49f7b3b23431d1155a5a02 (patch)
treefe0b4e6fee57f6ac0c88ec1a947640dba0241bd6
parente4a02f542265709f13a20b421d8b0160642499cd (diff)
todo
-rw-r--r--doc/design/assistant/webapp.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index ebf168996..da8de8132 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -38,3 +38,5 @@ The webapp is a web server that displays a shiny interface.
* Fix notification handle leakage on pages other than the main page.
The javascript should use AJAX to request handles, that way
they won't be allocated at all in noscript.
+* Hook up notificaton close button to a callback that removes the notification
+ from the list. Otherwise reloading brings them back.