mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 06:15:41 +08:00
PERF: don't render user card until displayed
This commit is contained in:
parent
d2a7904bf2
commit
46720b1017
@ -1,3 +1,4 @@
|
||||
{{#if controller.visible}}
|
||||
<div class="card-content">
|
||||
{{#link-to 'user' user}}{{bound-avatar avatar "huge"}}{{/link-to}}
|
||||
|
||||
@ -75,3 +76,4 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user