summaryrefslogtreecommitdiff
path: root/doc/design
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-07-30 18:19:17 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-07-30 18:19:17 -0400
commite3c60b8f4cfbad202a28ec4f1452f74c68397361 (patch)
treef34c3ed83538770dcb94aa7a4a2034506605f324 /doc/design
parent502bc5d5f84a26bfd2ca700d8f90d78a81c7b1ac (diff)
parent999d337f9cbbb2bc16a25532c66b525d7064b95d (diff)
Merge branch 'master' into assistant-longpolling-rewrite
Diffstat (limited to 'doc/design')
-rw-r--r--doc/design/assistant/blog/day_48__intro.mdwn8
-rw-r--r--doc/design/assistant/screenshot/intro.pngbin0 -> 50730 bytes
-rw-r--r--doc/design/assistant/webapp.mdwn2
3 files changed, 10 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_48__intro.mdwn b/doc/design/assistant/blog/day_48__intro.mdwn
new file mode 100644
index 000000000..2cac85d4d
--- /dev/null
+++ b/doc/design/assistant/blog/day_48__intro.mdwn
@@ -0,0 +1,8 @@
+Lots of WebApp UI improvements, mostly around the behavior when
+displaying alert messages. Trying to make the alerts informative
+without being intrusively annoying, think I've mostly succeeded now.
+
+Also, added an intro display. Shown is the display with only one repo;
+if there are more repos it also lists them all.
+
+[[!img screenshot/intro.png]]
diff --git a/doc/design/assistant/screenshot/intro.png b/doc/design/assistant/screenshot/intro.png
new file mode 100644
index 000000000..23ed49d67
--- /dev/null
+++ b/doc/design/assistant/screenshot/intro.png
Binary files differ
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.