Add a couple todos

This commit is contained in:
Austin Chen 2022-10-06 11:53:08 -04:00
parent a2091a7cb3
commit b04594eecc

View File

@ -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" />