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

feat(coding): conding game implement #66

Merged
merged 3 commits into from
Jan 20, 2024
Merged

feat(coding): conding game implement #66

merged 3 commits into from
Jan 20, 2024

Conversation

egsx
Copy link
Collaborator

@egsx egsx commented Jan 19, 2024

implementation du coding game

@egsx egsx added frontend Frontend related ux UX related gameplay Gameplay related labels Jan 19, 2024
@egsx egsx requested a review from Sawangg January 19, 2024 14:28
@egsx egsx self-assigned this Jan 19, 2024
Copy link

vercel bot commented Jan 19, 2024

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

Name Status Preview Comments Updated (UTC)
sg ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 19, 2024 3:26pm

import { useCommandStore } from "@src/stores/useCommandStore";
import { Textarea } from "@src/ui/textarea";

export type GameDialogProps = React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement> & {
Copy link
Owner

Choose a reason for hiding this comment

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

GameDialogProps => CodingGameProps

</AnimatePresence>
</motion.div>
</div>
<div className="absolute right-[2.5%] top-8 flex h-3/5 w-3/5 flex-col items-center gap-2">
Copy link
Owner

Choose a reason for hiding this comment

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

Remove double espace

<Textarea placeholder={code} />
</motion.div>
</div>
<div className="absolute bottom-4 right-[2.5%] flex h-1/3 w-[60%] flex-col items-center gap-2">
Copy link
Owner

Choose a reason for hiding this comment

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

Pareil ici (double espace)

Copy link
Owner

@Sawangg Sawangg left a comment

Choose a reason for hiding this comment

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

fix using commentaries

@Sawangg Sawangg merged commit da3eef4 into master Jan 20, 2024
4 checks passed
@Sawangg Sawangg deleted the feature/codingGame branch January 20, 2024 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Frontend related gameplay Gameplay related ux UX related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants