Add a couple todos
This commit is contained in:
parent
a2091a7cb3
commit
b04594eecc
|
@ -121,9 +121,11 @@ function DreamTab(props: {
|
|||
{isDreaming && (
|
||||
<div className="text-sm">This may take ~10 seconds...</div>
|
||||
)}
|
||||
{/* TODO: Allow the user to choose their own modifiers */}
|
||||
<div className="pt-2 text-sm text-gray-400">Modifiers: {MODIFIERS}</div>
|
||||
|
||||
{/* Show the current imageUrl */}
|
||||
{/* TODO: Keep the other generated images, so the user can play with different attempts. */}
|
||||
{imageUrl && (
|
||||
<>
|
||||
<img src={imageUrl} alt="Image" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user