mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
PERF: don't render user card until displayed
This commit is contained in:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user