mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 14:01:38 +02:00
⚡ Add thumbnail renderer
And integrate the dashboard thumbnails to use that service
This commit is contained in:
parent
64ddfa0c31
commit
d11b007795
19 changed files with 579 additions and 183 deletions
|
@ -15,6 +15,7 @@
|
|||
[app.main.errors]
|
||||
[app.main.features :as feat]
|
||||
[app.main.store :as st]
|
||||
[app.main.thumbnail-renderer :as tr]
|
||||
[app.main.ui :as ui]
|
||||
[app.main.ui.alert]
|
||||
[app.main.ui.confirm]
|
||||
|
@ -80,6 +81,7 @@
|
|||
(i18n/init! cf/translations)
|
||||
(theme/init! cf/themes)
|
||||
(cur/init-styles)
|
||||
(tr/init!)
|
||||
(init-ui)
|
||||
(st/emit! (initialize)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue