summaryrefslogtreecommitdiff
path: root/templates/page.hamlet
Commit message (Collapse)AuthorAge
* webapp now starts up when run not in a git repoGravatar Joey Hess2012-07-31
|
* remove clickability on brandGravatar Joey Hess2012-07-31
|
* made navbar workGravatar Joey Hess2012-07-31
| | | | also added an About page and a stub Config page.
* insert modal dialog html from javascriptGravatar Joey Hess2012-07-30
| | | | This avoids it being visible all the time in noscript
* consistent wordingGravatar Joey Hess2012-07-30
|
* 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.
* add introGravatar Joey Hess2012-07-29
|
* update the sidebar by long pollingGravatar Joey Hess2012-07-29
| | | | | Needs to use a different NotificationBroadcaster, and not replace the whole sidebar div, but instead add in new content. However, it's 3:30 am.
* template reorgGravatar Joey Hess2012-07-27