Skip to content
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

Indicate which goals have failed/succeeded #646

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

cedricwaxwing
Copy link
Contributor

Fixes #645
image

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