-
Notifications
You must be signed in to change notification settings - Fork 32
Long-term timeline with card usage #185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Long-term timeline with card usage #185
Conversation
|
|
Unit and E2E Tests / test (20) (pull_request) --> this test is failing. |
| {data ? <p> Data Loaded </p> : <p> No Data </p>} | ||
| <Title title={'Long-Term Mentorship Timeline'} /> | ||
|
|
||
| {data?.events?.items?.map((item, index) => ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please try to use this one: https://mui.com/material-ui/react-timeline/ - that should display the timeline dots and lines and you can use the card itself for the content
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"I've pushed the changes, please let me know if it looks good now."
…eature/81-mentorship-long-term-timeline
|



Description
In api.ts:
In long-term-timeline.tsx:
**The TimelineCard didn't have the design colors. In issue #119 , where the card was created, you can see that the colors were later removed.

link to open issue --> #81
Type
Related Issue
Screenshots
Testing
Pull request checklist
Please check if your PR fulfills the following requirements: