mirror of
https://github.com/penpot/penpot.git
synced 2025-02-14 19:19:09 -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" : {
|
"labels.no-comments-available" : {
|
||||||
"used-in" : [ "src/app/main/ui/dashboard/comments.cljs:104" ],
|
"used-in" : [ "src/app/main/ui/dashboard/comments.cljs:104" ],
|
||||||
"translations" : {
|
"translations" : {
|
||||||
"en" : "No comments"
|
"en" : "You have no pending comment notifications"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"labels.old-password" : {
|
"labels.old-password" : {
|
||||||
|
|
|
@ -424,7 +424,19 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread-groups-placeholder {
|
.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 {
|
.thread-group {
|
||||||
|
|
|
@ -92,4 +92,5 @@
|
||||||
:key (:page-id tgroup)}]])]
|
:key (:page-id tgroup)}]])]
|
||||||
|
|
||||||
[:div.thread-groups-placeholder
|
[:div.thread-groups-placeholder
|
||||||
|
i/chat
|
||||||
(tr "labels.no-comments-available")])]]]))
|
(tr "labels.no-comments-available")])]]]))
|
||||||
|
|
Loading…
Add table
Reference in a new issue