mirror of
https://github.com/penpot/penpot.git
synced 2025-06-05 23:21:38 +02:00
✨ Add view mode to dashboard
This commit is contained in:
parent
c841ed6419
commit
cf150891df
36 changed files with 699 additions and 240 deletions
|
@ -118,9 +118,6 @@
|
|||
:data-testid "project-delete"})]]
|
||||
|
||||
[:*
|
||||
[:& udi/import-form {:ref file-input
|
||||
:project-id (:id project)
|
||||
:on-finish-import on-finish-import}]
|
||||
[:& context-menu-a11y
|
||||
{:on-close on-menu-close
|
||||
:show show?
|
||||
|
@ -129,5 +126,8 @@
|
|||
:top top
|
||||
:left left
|
||||
:options options
|
||||
:workspace false}]]))
|
||||
:workspace false}]
|
||||
[:& udi/import-form {:ref file-input
|
||||
:project-id (:id project)
|
||||
:on-finish-import on-finish-import}]]))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue