mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 12:48:33 +02:00
✨ Properly integrate the workspace header.
This commit is contained in:
parent
34d33a2d83
commit
f9f36445ec
4 changed files with 18 additions and 38 deletions
|
@ -11,6 +11,11 @@
|
|||
[uxbox.main.constants :as c]
|
||||
[uxbox.main.store :as st]))
|
||||
|
||||
|
||||
(def profile
|
||||
(-> (l/key :profile)
|
||||
(l/derive st/state)))
|
||||
|
||||
(def workspace
|
||||
(-> (l/key :workspace-local)
|
||||
(l/derive st/state)))
|
||||
|
@ -31,6 +36,10 @@
|
|||
(-> (l/key :workspace-file)
|
||||
(l/derive st/state)))
|
||||
|
||||
(def workspace-users
|
||||
(-> (l/key :workspace-users)
|
||||
(l/derive st/state)))
|
||||
|
||||
(def workspace-data
|
||||
(-> (l/key :workspace-data)
|
||||
(l/derive st/state)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue