mirror of
https://github.com/penpot/penpot.git
synced 2025-04-09 13:31:23 -05:00
📚 Add US in changes.md
This commit is contained in:
parent
60a20b6984
commit
2aee2ea79e
2 changed files with 7 additions and 6 deletions
|
@ -11,6 +11,7 @@
|
|||
### :sparkles: New features
|
||||
|
||||
- "Mark All as Read" Functionality in Dashboard [Taiga #9235](https://tree.taiga.io/project/penpot/us/9235)
|
||||
- Change templates carrousel [Taiga #9803](https://tree.taiga.io/project/penpot/us/9803)
|
||||
|
||||
### :bug: Bugs fixed
|
||||
|
||||
|
|
|
@ -82,11 +82,11 @@
|
|||
(tr "dashboard.libraries-and-templates")]
|
||||
(if ^boolean is-collapsed
|
||||
[:span {:class (stl/css :title-icon-container)}
|
||||
[:span {:class (stl/css :title-icon-text)} (tr "labels.show")]
|
||||
[:span {:class (stl/css :title-icon-text)} (tr "labels.show")]
|
||||
[:span {:class (stl/css :title-icon :title-icon-collapsed)}
|
||||
arrow-icon]]
|
||||
[:span {:class (stl/css :title-icon-container)}
|
||||
[:span {:class (stl/css :title-icon-text)} (tr "labels.hide")]
|
||||
[:span {:class (stl/css :title-icon-text)} (tr "labels.hide")]
|
||||
[:span {:class (stl/css :title-icon)}
|
||||
arrow-icon]])]]))
|
||||
|
||||
|
@ -127,8 +127,8 @@
|
|||
:loading "lazy"
|
||||
:decoding "async"}]]
|
||||
[:div {:class (stl/css :card-name)}
|
||||
[:span {:class (stl/css :card-text)}
|
||||
(if @hover?
|
||||
[:span {:class (stl/css :card-text)}
|
||||
(if @hover?
|
||||
(tr "dashboard.template.add-to-project")
|
||||
(:name item))]
|
||||
download-icon]]]))
|
||||
|
@ -251,8 +251,8 @@
|
|||
:collapsed collapsed)}
|
||||
[:> title* {:on-click on-toggle-collapse
|
||||
:is-collapsed collapsed}]
|
||||
|
||||
[:p {:class (stl/css :content-description)}
|
||||
|
||||
[:p {:class (stl/css :content-description)}
|
||||
(tr "dashboard.libraries-and-templates.description")]
|
||||
|
||||
[:div {:class (stl/css :content)
|
||||
|
|
Loading…
Add table
Reference in a new issue