mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 03:51:37 +02:00
🎉 Create placeholder at comments sidebar
This commit is contained in:
parent
62c727e253
commit
56861e8d01
2 changed files with 23 additions and 19 deletions
|
@ -166,7 +166,7 @@
|
|||
:on-close #(reset! options? false)}
|
||||
[:& sidebar-options {:local local}]]]
|
||||
|
||||
(when (seq tgroups)
|
||||
(if (seq tgroups)
|
||||
[:div.thread-groups
|
||||
[:& cmt/comment-thread-group
|
||||
{:group (first tgroups)
|
||||
|
@ -179,6 +179,10 @@
|
|||
{:group tgroup
|
||||
:on-thread-click on-thread-click
|
||||
:users users
|
||||
:key (:page-id tgroup)}]])])]))
|
||||
:key (:page-id tgroup)}]])]
|
||||
|
||||
[:div.thread-groups-placeholder
|
||||
i/chat
|
||||
(tr "labels.no-comments-available")])]))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue