0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 07:11:32 -05:00

Merge branch 'akshay-gupta7-akshayg7-navigate-to-project-new-window' into develop

This commit is contained in:
Alejandro Alonso 2023-05-25 09:58:47 +02:00
commit 9df6de2673
2 changed files with 4 additions and 2 deletions

View file

@ -25,6 +25,7 @@
- Dashboard search, set focus after shortcut (by @akshay-gupta7) [Github #3196](https://github.com/penpot/penpot/pull/3196)
- Library name dropdown arrow is overlapped by library name (by @ondrejkonec) [Taiga #5200](https://tree.taiga.io/project/penpot/issue/5200)
- Reorder shadows (by @akshay-gupta7) [Github #3236](https://github.com/penpot/penpot/pull/3236)
- Open project in new tab from workspace (by @akshay-gupta7) [Github #3246](https://github.com/penpot/penpot/pull/3246)
## 1.18.4

View file

@ -248,8 +248,9 @@
[:div.btn-icon-dark.btn-small {:on-click #(reset! show-menu? true)} i/actions]
[:div.project-tree {:alt (tr "workspace.sitemap")}
[:span.project-name
{:on-click #(st/emit! (rt/navigate :dashboard-files {:team-id team-id
:project-id (:project-id file)}))}
{:on-click #(st/emit! (rt/nav-new-window* {:rname :dashboard-files
:path-params {:team-id team-id
:project-id (:project-id file)}}))}
(:name project) " /"]
(if @editing?
[:input.file-name