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
Now that the endpoint is complete, we need to create the necessary frontend components to display the data:
Show the following info: project name, issue title (truncated after a certain length, i.e. text-overflow: ellipsis), difficulty, technologies, and assignees (can use icons for these last three to save space). One issue per line to save space.
Create a new panel component with title Help Wanted. Follow the structure of other panel components for now.
Make panel responsive.
(Optional) Add dummy data to dummy-data.js for debug mode.
The text was updated successfully, but these errors were encountered:
Now that the endpoint is complete, we need to create the necessary frontend components to display the data:
project name
,issue title
(truncated after a certain length, i.e.text-overflow: ellipsis
),difficulty
,technologies
, andassignees
(can use icons for these last three to save space). One issue per line to save space.Help Wanted
. Follow the structure of other panel components for now.dummy-data.js
for debug mode.The text was updated successfully, but these errors were encountered: