Go to file
Waseem Daher ec9c596933 Add unread green dots to the left of the message, which fade out.
This is a heavily adapted version of Allen's commit that did the
same.

Some gotchas:
* Because the unread count indicator is not in the message content,
  we can't center it in the middle of the message content (we'd
  need to put it inside the div to do so).

* Awesome Gecko bug surrounding tables makes this also somewhat
  annoying, so watch out for this if you're making changes here.

> In Gecko, if you have a positioned <table> element inside a
> positioned block element, such as a <div>, a position: absolute;
> styled element inside the table would be positioned relative to the
> outer <div> rather than the table, which is the nearest positioned
> ancestor. This is a bug, and has not been fixed.

(imported from commit 45c00c37f3721c211331b228e84d46283e1cc9ba)
2013-07-19 16:41:26 -04:00
api api: Fix using staging.humbughq.com as the base_url. 2013-06-28 15:57:28 -04:00
assets favicon: Add an 'infinite' favicon for more than 99 messages 2013-02-15 16:18:24 -05:00
bots zephyr_mirror: Point to documentation on maintaining Kerberos/AFS credentials. 2013-07-18 16:05:25 -04:00
certs Switch api.zulip.com to signed PositiveSSL / Comodo certificate. 2013-07-15 16:49:54 -04:00
confirmation Add metrics variables to the template context via a context processor 2013-06-18 17:07:36 -04:00
humbug Switch from the @humbughq.com to @zulip.com addresses users can contact. 2013-07-15 17:49:00 -04:00
node_modules Import Handlebars compiler and dependencies 2013-04-02 14:43:58 -04:00
servers Use a better output filename for Django logs. 2013-07-17 17:50:19 -04:00
templates Use ? as icon for Keyboard shortcuts, to match ? as the hotkey. 2013-07-17 16:46:27 -04:00
tools Always keep the compose box open after sending. 2013-07-19 15:48:12 -04:00
zephyr Add unread green dots to the left of the message, which fade out. 2013-07-19 16:41:26 -04:00
.gitignore gitignore memcached_prefix 2013-06-12 17:16:37 -04:00
manage.py Make manage.py spit out tracebacks, without a patched django 2013-05-28 19:05:06 -04:00