zulip/zephyr/jstemplates
Zev Benjamin ba1c170f02 Do just in time calculation of full date and time for messages
The most expensive part of adding the display time to messages is
calling time.toLocaleDateString() and time.toLocaleTimeString().
Most of the time, this information never gets seen, so we now delay
calculating it until just before the user would see it.  This cuts
the time to render a chunk of messages from >1s to ~200ms.

(imported from commit 6167e7a8e1c3b4ca77471fa346292be4ffa67ec8)
2013-03-05 12:48:33 -05:00
..
actions_popover_content.html Add a function for narrowing by time travel 2013-03-05 12:48:32 -05:00
actions_popover_title.html actions: Move sender information out of the popover title into the body 2013-02-11 13:59:18 -05:00
invite_subscription.html invite: Draw lock by invite-only streams (and don't select by default). 2013-02-06 20:15:12 -05:00
message.html Do just in time calculation of full date and time for messages 2013-03-05 12:48:33 -05:00
new_stream_users.html subscriptions: add HTML and templates for new stream creation modal. 2013-02-05 10:01:44 -05:00
subscription.html Add a 'show in home view' toggle to the stream settings 2013-02-19 15:43:27 -05:00