Add ability to edit AI generated content

This commit is contained in:
Joey Yakimowich-Payne 2026-01-13 23:37:08 -07:00
commit bfbba7b5ab
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
15 changed files with 1089 additions and 10 deletions

View file

@ -2,6 +2,7 @@ export type GameState =
| 'LANDING'
| 'CREATING'
| 'GENERATING'
| 'EDITING'
| 'LOBBY'
| 'COUNTDOWN'
| 'QUESTION'