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
import{PromptInputCardProps}from"./PromptInputCard.types";importstylesfrom"./PromptInputCard.module.scss";// @TODO Render the result of the prompt real-time to make it more competitive// labels: 250 USDT, P1exportconstPromptInputCard: React.FC<PromptInputCardProps>=({onSubmit,
className,
Create a new component that will render an preview image of the prompt that's being written while a game match is active. There should be a "preview" button next to the "submit" button that let's the user preview their prompt together with its score.
The main logic to work on is already implemented in reveal.ts. You should take from this file what works for this new API endpoint. The new image should be rendered either in a new Modal component, or above the PromptInputCard textarea.
The text was updated successfully, but these errors were encountered:
https://api.github.com/aufacicenta/pulsemarkets/blob/675fe2a623a062c5e5d1b611b7e22665d15d9623/app/src/ui/pulse/prompt-input-card/PromptInputCard.tsx#L20
Create a new component that will render an preview image of the prompt that's being written while a game match is active. There should be a "preview" button next to the "submit" button that let's the user preview their prompt together with its score.
The main logic to work on is already implemented in
reveal.ts
. You should take from this file what works for this new API endpoint. The new image should be rendered either in a new Modal component, or above thePromptInputCard
textarea.The text was updated successfully, but these errors were encountered: