mirror of
https://github.com/penpot/penpot.git
synced 2025-06-12 13:31:43 +02:00
✨ Open feedback page in a new tab
This commit is contained in:
parent
87c1bc4bdb
commit
24a0b4445e
2 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
### :sparkles: New features
|
### :sparkles: New features
|
||||||
|
|
||||||
|
- Open feedback in a new window [Taiga #2901](https://tree.taiga.io/project/penpot/us/2901)
|
||||||
- Improve usage of file menu [Taiga #2853](https://tree.taiga.io/project/penpot/us/2853)
|
- Improve usage of file menu [Taiga #2853](https://tree.taiga.io/project/penpot/us/2853)
|
||||||
- Rotation to snap to 15º intervals with shift [Taiga #2437](https://tree.taiga.io/project/penpot/issue/2437)
|
- Rotation to snap to 15º intervals with shift [Taiga #2437](https://tree.taiga.io/project/penpot/issue/2437)
|
||||||
- Support border radius and stroke properties for images [Taiga #497](https://tree.taiga.io/project/penpot/us/497)
|
- Support border radius and stroke properties for images [Taiga #497](https://tree.taiga.io/project/penpot/us/497)
|
||||||
|
|
|
@ -252,8 +252,7 @@
|
||||||
[:span (tr "workspace.header.menu.option.preferences")] [:span i/arrow-slide]]
|
[:span (tr "workspace.header.menu.option.preferences")] [:span i/arrow-slide]]
|
||||||
(when (contains? @cf/flags :user-feedback)
|
(when (contains? @cf/flags :user-feedback)
|
||||||
[:*
|
[:*
|
||||||
[:li.feedback {:on-click (st/emitf (rt/nav :settings-feedback))
|
[:li.feedback {:on-click (st/emitf (rt/nav-new-window* {:rname :settings-feedback}))}
|
||||||
:on-pointer-enter (st/emitf (rt/nav :settings-feedback))}
|
|
||||||
[:span (tr "labels.give-feedback")]]])]]
|
[:span (tr "labels.give-feedback")]]])]]
|
||||||
|
|
||||||
[:& dropdown {:show (= @show-sub-menu? :file)
|
[:& dropdown {:show (= @show-sub-menu? :file)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue