zackproser / panthalia

https://panthalia.vercel.app
7 stars 2 forks source link

Image prompt revamp #72

Closed zackproser closed 1 year ago

zackproser commented 1 year ago
  1. Tie images to their prompts - move delete button next to prompt
  2. Add confirm deletion state to guard against fat fingering - highlight the image to be deleted when the confirm modal is displayed
  3. Show prompts for existing images with their submitted text (readonly to keep it simple)
  4. Add re-generate button next to image prompt - which: A. deletes existing image, B. triggers a re-generation with the same text prompt and C. and shows some visual confirmation of the action
  5. Add update param for generate-images route so that the correct update versus insert SQL statement is used.