mirror of
https://github.com/penpot/penpot.git
synced 2025-02-09 08:38:15 -05:00
Setup builtin images and collections in the state.
This commit is contained in:
parent
15695c652d
commit
934fcba179
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
(ns uxbox.main.state
|
(ns uxbox.main.state
|
||||||
(:require [beicon.core :as rx]
|
(:require [beicon.core :as rx]
|
||||||
[lentes.core :as l]
|
[lentes.core :as l]
|
||||||
|
[uxbox.main.library :as library]
|
||||||
[uxbox.util.rstore :as rs]
|
[uxbox.util.rstore :as rs]
|
||||||
[uxbox.util.i18n :refer (tr)]
|
[uxbox.util.i18n :refer (tr)]
|
||||||
[uxbox.util.storage :refer (storage)]))
|
[uxbox.util.storage :refer (storage)]))
|
||||||
|
@ -33,6 +34,8 @@
|
||||||
:undo {}
|
:undo {}
|
||||||
:profile nil
|
:profile nil
|
||||||
:workspace nil
|
:workspace nil
|
||||||
|
:images-by-id library/+images-by-id+
|
||||||
|
:image-colls-by-id library/+image-collections-by-id+
|
||||||
:shapes-by-id nil
|
:shapes-by-id nil
|
||||||
:elements-by-id nil
|
:elements-by-id nil
|
||||||
:colors-by-id nil
|
:colors-by-id nil
|
||||||
|
|
Loading…
Add table
Reference in a new issue