When new components are made the tool bar will need to be updated. The steps to adding or changing the tool component inside Toolbar is as the following:
containers/pages/AuthoringTool/ToolBar/ToolBarData.js to have the correct icons and titles
dropdown: [
{
component: \<DropdownMenuItem \/>
},
{
component: \<DropdownMenuItem \/>
}
]
containers/pages/AuthoringTool/ToolBar/ToolBarActions.js with the onClick function required by the component, if applicable.containers/pages/AuthoringTool/ToolBar to create dropdown menu items, if applicable.ToolBarData.js
containers/AuthoringTool/ToolBar/ToolBar.js component. (or at least that’s how @lucas2005gao initially designed it to be like)