mirror of
https://github.com/penpot/penpot.git
synced 2026-02-26 06:14:02 +00:00
🎉 Add feature to open project name in new tab from workspace
Signed-off-by: Akshay Gupta <gravity.akshay@gmail.com>
This commit is contained in:
committed by
Alejandro Alonso
parent
749fc61885
commit
64eba585d9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user