mirror of
https://github.com/penpot/penpot.git
synced 2025-04-29 21:56:20 +02:00
✨ Propagate sharing a prototype to editors and viewers (#6297)
This commit is contained in:
parent
f2977cf938
commit
0f0c45af8e
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,9 @@
|
||||||
### :heart: Community contributions (Thank you!)
|
### :heart: Community contributions (Thank you!)
|
||||||
|
|
||||||
### :sparkles: New features
|
### :sparkles: New features
|
||||||
|
|
||||||
- Update board presets with a newer devices [Taiga #10610](https://tree.taiga.io/project/penpot/us/10610)
|
- Update board presets with a newer devices [Taiga #10610](https://tree.taiga.io/project/penpot/us/10610)
|
||||||
|
- Propagate "sharing a prototype" to editors and viewers [Taiga #8853](https://tree.taiga.io/project/penpot/us/8853)
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
|
|
@ -198,9 +198,7 @@
|
||||||
:on-click toggle-fullscreen}
|
:on-click toggle-fullscreen}
|
||||||
i/expand]
|
i/expand]
|
||||||
|
|
||||||
(when (and
|
(when (:in-team permissions)
|
||||||
(:in-team permissions)
|
|
||||||
(:is-admin permissions))
|
|
||||||
[:button {:on-click open-share-dialog
|
[:button {:on-click open-share-dialog
|
||||||
:class (stl/css :share-btn)}
|
:class (stl/css :share-btn)}
|
||||||
(tr "labels.share")])
|
(tr "labels.share")])
|
||||||
|
|
Loading…
Add table
Reference in a new issue