mirror of
https://github.com/penpot/penpot.git
synced 2026-09-07 20:49:37 +00:00
💄 Fix naming on several components under ui ns
Following the current naming convention
This commit is contained in:
parent
42c416e3cb
commit
e8e27c25c0
@ -40,16 +40,16 @@
|
|||||||
(def verify-token-page
|
(def verify-token-page
|
||||||
(mf/lazy-component app.main.ui.auth.verify-token/verify-token))
|
(mf/lazy-component app.main.ui.auth.verify-token/verify-token))
|
||||||
|
|
||||||
(def viewer-page
|
(def viewer-page*
|
||||||
(mf/lazy-component app.main.ui.viewer/viewer*))
|
(mf/lazy-component app.main.ui.viewer/viewer*))
|
||||||
|
|
||||||
(def dashboard-page
|
(def dashboard-page*
|
||||||
(mf/lazy-component app.main.ui.dashboard/dashboard*))
|
(mf/lazy-component app.main.ui.dashboard/dashboard*))
|
||||||
|
|
||||||
(def settings-page
|
(def settings-page
|
||||||
(mf/lazy-component app.main.ui.settings/settings))
|
(mf/lazy-component app.main.ui.settings/settings))
|
||||||
|
|
||||||
(def workspace-page
|
(def workspace-page*
|
||||||
(mf/lazy-component app.main.ui.workspace/workspace*))
|
(mf/lazy-component app.main.ui.workspace/workspace*))
|
||||||
|
|
||||||
(mf/defc workspace-legacy-redirect*
|
(mf/defc workspace-legacy-redirect*
|
||||||
@ -239,13 +239,13 @@
|
|||||||
[:& release-notes-modal {:version (:main cf/version)}])
|
[:& release-notes-modal {:version (:main cf/version)}])
|
||||||
|
|
||||||
[:> team-container* {:team-id team-id}
|
[:> team-container* {:team-id team-id}
|
||||||
[:> dashboard-page {:profile profile
|
[:> dashboard-page* {:profile profile
|
||||||
:section section
|
:section section
|
||||||
:team-id team-id
|
:team-id team-id
|
||||||
:search-term search-term
|
:search-term search-term
|
||||||
:plugin-url plugin-url
|
:plugin-url plugin-url
|
||||||
:project-id project-id
|
:project-id project-id
|
||||||
:template template}]]])
|
:template template}]]])
|
||||||
|
|
||||||
:workspace
|
:workspace
|
||||||
(let [params (get params :query)
|
(let [params (get params :query)
|
||||||
@ -266,11 +266,11 @@
|
|||||||
[:& release-notes-modal {:version (:main cf/version)}]))
|
[:& release-notes-modal {:version (:main cf/version)}]))
|
||||||
|
|
||||||
[:> team-container* {:team-id team-id}
|
[:> team-container* {:team-id team-id}
|
||||||
[:> workspace-page {:team-id team-id
|
[:> workspace-page* {:team-id team-id
|
||||||
:file-id file-id
|
:file-id file-id
|
||||||
:page-id page-id
|
:page-id page-id
|
||||||
:layout-name layout
|
:layout-name layout
|
||||||
:key file-id}]]])
|
:key file-id}]]])
|
||||||
|
|
||||||
:viewer
|
:viewer
|
||||||
(let [params (get params :query)
|
(let [params (get params :query)
|
||||||
@ -287,7 +287,7 @@
|
|||||||
share (:share params)]
|
share (:share params)]
|
||||||
|
|
||||||
[:? {}
|
[:? {}
|
||||||
[:> viewer-page
|
[:> viewer-page*
|
||||||
{:page-id page-id
|
{:page-id page-id
|
||||||
:file-id file-id
|
:file-id file-id
|
||||||
:frame-id frame-id
|
:frame-id frame-id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user