-
Notifications
You must be signed in to change notification settings - Fork 110
Frontend Routes
Wayne Su edited this page Apr 27, 2020
·
4 revisions
Components are organized as follows:
-
Root-
App-
NavBarNavItemUserAuth
- (Main Component)
-
-
Frontend routes defined in App will render the following components in (Main Component):
-
/-
AuthForm- Either signin or signup Splash
-
-
/(When user logged in)SideNav-
CategoryIndexSearchFormMyDesigns-
TemplateSectionTemplateItem
-
/folder/:folderNameSideNavFolderView
-
/templatesSearchFormTemplateSectionTemplateItem
-
/templates/search/:queryHeaderTemplateTagsTemplateItem
-
/templates/:templateId-
TemplateModalTemplateViewTemplateInfo-
RecommendedTemplatesTemplateItem
-
-
/photosSearchForm-
PhotoTagsPhotoTagItem
PhotoItem
-
/photos/search/:queryHeaderPhotoTagsPhotoItem
-
/photos/:templateId-
PhotoModalPhotoViewPhotoInfo-
RecommendedPhotosPhotoItem
-
-
/design/:designId-
DesignDrawerToolNavSearchForm-
ElementCategoryElementItem
-
EditAreaCanvasViewTools
-