Holds all persisted task data.
receiveAllTasks
receiveSingleTask
removeTask
TasksIndex
(passes toTaskIndexItem
via props)TaskDetail
(passes to children via props)
Holds un-persisted task data to send to the API.
receiveTaskEditorParams
TaskIndexItem
TaskDetail
(passes to children via props)
Holds all persisted project data.
receiveAllProjects
receiveSingleProject
removeProject
ProjectIndex
Holds un-persisted project data to send to the API.
receiveProjectEditorParams
ProjectEditor
Holds search parameters to send to the API.
receiveTaskSearchParams
TaskSearch
Holds typeahead suggestions for task search.
receiveTaskSearchSuggestions
TaskSearchSuggestions
Holds all inbox items.
receiveAllInboxItems
removeAllInboxItems
InboxIndex
(passes to InboxIndexItem via props)
Holds hovered/clicked items.
receiveMouseEnter
receiveMouseExit
receiveClick
removeClick
TaskIndexItem
NavBar
ProjectIndex
TaskSearch
- other elements with non-CSSable hover/click states