Skip to content

Indicate which goals have failed/succeeded#646

Draft
cedricwaxwing wants to merge 1 commit intodevfrom
cedricwaxwing/goal-status-indication
Draft

Indicate which goals have failed/succeeded#646
cedricwaxwing wants to merge 1 commit intodevfrom
cedricwaxwing/goal-status-indication

Conversation

@cedricwaxwing
Copy link
Contributor

Fixes #645
image

@vercel
Copy link

vercel bot commented Dec 21, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
evo-ninja ❌ Failed (Inspect) Dec 21, 2023 7:03am

)}
<div className="space-y-0.5 px-2">
{mappedChats?.map((chat) => {
chat.goalAchieved = Math.random() > 0.5;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will need assistance with this one, since the goal status needs to be included in the chat object and right now it's just being hardcoded here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add indication to show which goals have succeeded/failed

1 participant