mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Refactor workspace header
This commit is contained in:
parent
ada837f7e4
commit
8c3c9a8ca4
15 changed files with 207 additions and 88 deletions
|
@ -167,6 +167,9 @@
|
|||
(def workspace-layout
|
||||
(l/derived :workspace-layout st/state))
|
||||
|
||||
(def current-file-id
|
||||
(l/derived :current-file-id st/state))
|
||||
|
||||
(def workspace-file
|
||||
(l/derived (fn [state]
|
||||
(let [file (:workspace-file state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue