From 64eba585d9c30455f9002c0df0ba05a1ed754dbf Mon Sep 17 00:00:00 2001 From: Akshay Gupta Date: Wed, 24 May 2023 22:18:11 +0530 Subject: [PATCH 1/2] :tada: Add feature to open project name in new tab from workspace Signed-off-by: Akshay Gupta --- frontend/src/app/main/ui/workspace/header.cljs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/header.cljs b/frontend/src/app/main/ui/workspace/header.cljs index 8dc730b317..34f14cad56 100644 --- a/frontend/src/app/main/ui/workspace/header.cljs +++ b/frontend/src/app/main/ui/workspace/header.cljs @@ -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 From 1c10bde4b16c057350442075a07f70f40eea0e6e Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 25 May 2023 09:58:33 +0200 Subject: [PATCH 2/2] :tada: Updage CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 8c92a234c2..3bdf776eaa 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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