summaryrefslogtreecommitdiff
path: root/static/js
Commit message (Collapse)AuthorAge
* better connection close handlingGravatar Joey Hess2012-07-30
| | | | | | | | | | Depending on how the webapp was started up and whether the user clicked on any links in it, window.close() may be disallowed by browser security policy. Also if that fails, display a modal dialog that nicely blackens out the webapp. TODO: avoid Escape closing it. Bootstrap's docs are unclear about how to do that.
* implement server-side alert closingGravatar Joey Hess2012-07-30
| | | | | Rather than using bootstrap's client-side closing. Now closed alerts stay closed.
* add alert close buttonsGravatar Joey Hess2012-07-27
|
* webapp now uses twitter bootstrapGravatar Joey Hess2012-07-27
mocked up the main screen, and am actually pretty happy with it!