This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
9bd8ead32d
zulip
/
static
/
templates
/
user_presence_rows.hbs
5 lines
76 B
Handlebars
Raw
Normal View
History
Unescape
Escape
Move user presence sidebar to a handlebars template. (imported from commit 1f505bbda4ed67da94db8d97e8e58cb2c462d056)
2013-05-22 21:24:34 +02:00
{{! User Presence rows }}
Use one template for all user presence rows This will hopefully fix some lagginess when logging in on the Hacker School realm, especially on Firefox, as the user presence rows are populated (previously requiring hundreds of template renders). (imported from commit 67e2d7f91ad62d8d7a2e212ee7c7121bd73f010b)
2013-07-10 23:50:47 +02:00
{{
#
each
users
}}
templates: Use upstream Handlebars partials syntax. Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2019-07-11 04:05:28 +02:00
{{
>
user_presence_row
}}
Use one template for all user presence rows This will hopefully fix some lagginess when logging in on the Hacker School realm, especially on Firefox, as the user presence rows are populated (previously requiring hundreds of template renders). (imported from commit 67e2d7f91ad62d8d7a2e212ee7c7121bd73f010b)
2013-07-10 23:50:47 +02:00
{{
/
each
}}