-
Notifications
You must be signed in to change notification settings - Fork 1
frontend routes
imshentastic edited this page Dec 9, 2019
·
4 revisions
Component organization:
-
Root-
AppNavBarMain ComponentFooter
-
The following frontend routes defined in App will render the components in Main Component.
-
/Splash page
-
/signupSessionForm
-
/login- SessionForm
-
/notes-
NoteIndexNoteIndexItem
NoteShow
-
-
/notebooks-
NotebookIndexNotebookIndexItem
NotebookShow
-
-
/shortcutsShortcutIndex
-
/tags-
TagIndexTagIndexItem
-
-
/tags/newTagForm
-
/tags/:TagIdNotesShow with tag parameters
-
/tags/:TagId/editTagForm
-
/trashNoteIndex with trashed:true
Note: Notebooks and tags are deleted immediately, whereas notes are put in trash where they can be restored