mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 18:18:24 -05:00
✨ Add new comments placeholder
This commit is contained in:
parent
1e30d00189
commit
62c727e253
3 changed files with 15 additions and 2 deletions
|
@ -1426,7 +1426,7 @@
|
|||
"labels.no-comments-available" : {
|
||||
"used-in" : [ "src/app/main/ui/dashboard/comments.cljs:104" ],
|
||||
"translations" : {
|
||||
"en" : "No comments"
|
||||
"en" : "You have no pending comment notifications"
|
||||
}
|
||||
},
|
||||
"labels.old-password" : {
|
||||
|
|
|
@ -424,7 +424,19 @@
|
|||
}
|
||||
|
||||
.thread-groups-placeholder {
|
||||
padding: 16px;
|
||||
align-items: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-size: $fs14;
|
||||
padding: $big;
|
||||
text-align: center;
|
||||
|
||||
svg {
|
||||
fill: $color-gray-20;
|
||||
height: 24px;
|
||||
margin-bottom: $small;
|
||||
width: 24px;
|
||||
}
|
||||
}
|
||||
|
||||
.thread-group {
|
||||
|
|
|
@ -92,4 +92,5 @@
|
|||
:key (:page-id tgroup)}]])]
|
||||
|
||||
[:div.thread-groups-placeholder
|
||||
i/chat
|
||||
(tr "labels.no-comments-available")])]]]))
|
||||
|
|
Loading…
Add table
Reference in a new issue