You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create the History button (lower left button in the schema).
You will create a folder in the components folder called HistoryButton. Then within that folder, create a file called index.tsx and put your component within this file.
I am not sure what the status will be on the file structure at the time you work on the task. If you have pulled the most recent version and there is a history page. Please link this button to the history page so that when you click on it, it will take you to the history page. If there is not an history page, do not worry about linking the button.
Teachables
I have given you all the required information to do this task. I could give you step by step guide to how to complete this task, but with the Notion resources, you should be able to get it. If you need help with the task, please reach out to me or Nia. Please make an attempt first though because this will be the best way for you to learn.
Testing Steps
To test this component, put it into any of the project's pages and navigate to that page to see if your button shows up.
You will have to import the button component but vs code should help you through the process of creating the right import. Again if you need help, just let us know.
Dependencies
History file page.
The text was updated successfully, but these errors were encountered:
Description
Create the History button (lower left button in the schema).
You will create a folder in the components folder called HistoryButton. Then within that folder, create a file called index.tsx and put your component within this file.
Technical Details
Use the MUI Button component.
https://mui.com/material-ui/react-button/
I am not sure what the status will be on the file structure at the time you work on the task. If you have pulled the most recent version and there is a history page. Please link this button to the history page so that when you click on it, it will take you to the history page. If there is not an history page, do not worry about linking the button.
Teachables
I have given you all the required information to do this task. I could give you step by step guide to how to complete this task, but with the Notion resources, you should be able to get it. If you need help with the task, please reach out to me or Nia. Please make an attempt first though because this will be the best way for you to learn.
Testing Steps
To test this component, put it into any of the project's pages and navigate to that page to see if your button shows up.
You will have to import the button component but vs code should help you through the process of creating the right import. Again if you need help, just let us know.
Dependencies
History file page.
The text was updated successfully, but these errors were encountered: