mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
48e7cd28b3
3 changed files with 7 additions and 3 deletions
|
@ -10,6 +10,11 @@
|
||||||
|
|
||||||
### :sparkles: New features
|
### :sparkles: New features
|
||||||
|
|
||||||
|
## 2.1.1
|
||||||
|
|
||||||
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
- Fix pencil loader [Taiga #8348](https://tree.taiga.io/project/penpot/issue/8348)
|
||||||
|
|
||||||
## 2.1.0 - Things can only get better!
|
## 2.1.0 - Things can only get better!
|
||||||
|
|
||||||
|
|
|
@ -41,5 +41,5 @@
|
||||||
(mf/defc loading-placeholder
|
(mf/defc loading-placeholder
|
||||||
[]
|
[]
|
||||||
[:div {:class (stl/css :grid-empty-placeholder :loader)}
|
[:div {:class (stl/css :grid-empty-placeholder :loader)}
|
||||||
[:div {:class (stl/css :icon)} i/loader]
|
[:div {:class (stl/css :icon)} i/loader-pencil]
|
||||||
[:div {:class (stl/css :text)} (tr "dashboard.loading-files")]])
|
[:div {:class (stl/css :text)} (tr "dashboard.loading-files")]])
|
||||||
|
|
|
@ -23,8 +23,7 @@
|
||||||
svg {
|
svg {
|
||||||
width: $s-64;
|
width: $s-64;
|
||||||
height: $s-64;
|
height: $s-64;
|
||||||
stroke: $df-secondary;
|
fill: $df-secondary;
|
||||||
fill: none;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue