Merge branch 'master' into assistant-longpolling-rewrite
This commit is contained in:
commit
e3c60b8f4c
4 changed files with 35 additions and 0 deletions
8
doc/design/assistant/blog/day_48__intro.mdwn
Normal file
8
doc/design/assistant/blog/day_48__intro.mdwn
Normal file
|
@ -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]]
|
BIN
doc/design/assistant/screenshot/intro.png
Normal file
BIN
doc/design/assistant/screenshot/intro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue