mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
📚 Add US in changes.md
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user