mirror of
https://github.com/penpot/penpot.git
synced 2025-07-30 11:08:33 +02:00
🎉 Make components-v2 an optional feature
This commit is contained in:
parent
1ef37281e6
commit
a5bf1c03e7
40 changed files with 495 additions and 296 deletions
|
@ -164,7 +164,8 @@
|
|||
(us/assert uuid? project-id)
|
||||
(#'files/create-file conn
|
||||
(merge {:id (mk-uuid "file" i)
|
||||
:name (str "file" i)}
|
||||
:name (str "file" i)
|
||||
:components-v2 true}
|
||||
params))))
|
||||
|
||||
(defn mark-file-deleted*
|
||||
|
@ -249,6 +250,7 @@
|
|||
:metrics metrics}
|
||||
{:file file
|
||||
:revn revn
|
||||
:components-v2 true
|
||||
:changes changes
|
||||
:session-id session-id
|
||||
:profile-id profile-id}))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue