mirror of
https://github.com/penpot/penpot.git
synced 2025-05-20 04:16:45 +02:00
🎉 Add Libraries & Templates carousel
This commit is contained in:
parent
2211fea976
commit
edb46b2080
16 changed files with 456 additions and 43 deletions
|
@ -118,7 +118,7 @@
|
|||
(dom/prevent-default event)
|
||||
(st/emit! (with-meta (dd/create-file {:project-id (:id project)})
|
||||
{::ev/origin origin}))))]
|
||||
|
||||
|
||||
(mf/use-effect
|
||||
(fn []
|
||||
(let [node (mf/ref-val rowref)
|
||||
|
@ -134,7 +134,7 @@
|
|||
(fn []
|
||||
(vreset! mnt? false)
|
||||
(rx/dispose! sub)))))
|
||||
|
||||
|
||||
|
||||
(mf/use-effect
|
||||
(mf/deps project)
|
||||
|
@ -152,7 +152,7 @@
|
|||
(dd/clear-selected-files))))
|
||||
|
||||
[:*
|
||||
[:& header {:team team :project project
|
||||
[:& header {:team team :project project
|
||||
:on-create-clicked on-create-clicked}]
|
||||
[:section.dashboard-container.no-bg {:ref rowref}
|
||||
[:& grid {:project project
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue