mirror of
https://github.com/penpot/penpot.git
synced 2025-07-19 19:17:23 +02:00
WIP: partial grid.
This commit is contained in:
parent
64c9360b38
commit
a2c313dfc0
6 changed files with 266 additions and 60 deletions
|
@ -16,6 +16,7 @@
|
|||
|
||||
(defn workspace-render
|
||||
[own projectid]
|
||||
(println "workspace-render")
|
||||
(html
|
||||
[:div
|
||||
(wb/header)
|
||||
|
@ -30,7 +31,7 @@
|
|||
(wr/v-rule)
|
||||
|
||||
;; Canvas
|
||||
;; (wa/working-area)
|
||||
(wa/workarea)
|
||||
;; (working-area conn @open-toolboxes page project shapes (rum/react ws/zoom) (rum/react ws/grid?))
|
||||
;; ;; Aside
|
||||
;; (when-not (empty? @open-toolboxes)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue