]> git.cworth.org Git - zombocom-ai/history - index.html
Reword Coda's final message
[zombocom-ai] / index.html
2022-12-24 Carl WorthDisable the art-generation form when the puzzle hunt...
2022-12-20 Carl WorthAdd support for an image that contains a link
2022-12-19 Carl WorthMake the censored images more obvious in the stream
2022-12-19 Carl WorthHide images with a censored attribute
2022-12-11 Carl WorthMerge remote-tracking branch 'origin/main'
2022-12-11 Carl WorthOnly generate a figcaption if image has both prompt...
2022-12-09 Carl WorthRework the state structure so comments live as part...
2022-12-09 Carl WorthTell server a name at first connection
2022-12-09 Carl WorthFix name tracking to be persistent
2022-12-09 Carl WorthRevert "Don't show any images until the user generates...
2022-12-08 Carl WorthValidate numeric code before form is submitted
2022-12-08 Carl WorthExpand the safety-prompt possibilities a bit
2022-12-08 Carl WorthDon't show any images until the user generates a new one
2022-12-08 Carl WorthAdd a reuse button
2022-12-08 Carl WorthFix some overloaded use of "name" variable
2022-12-08 Carl WorthMake a separate comments section for each image
2022-12-08 Carl WorthFix class of comments element
2022-12-08 Carl WorthRemove the cancel button from the profile dialog
2022-12-08 Carl WorthSend along the user's name with each comment made
2022-12-08 Carl WorthAdd a new profile button that lives at the upper-right...
2022-12-08 Carl WorthAdd a save of the session object when name is set
2022-12-08 Carl WorthAdd dialog for setting the user's name
2022-12-08 Carl WorthAdd a new 'reset' event from server to client before...
2022-12-08 Carl WorthMake the safety prompt dynamic
2022-12-08 Carl WorthFix bug in clearing the spinner after image generation...
2022-12-08 Carl WorthTimeout on image generation after 60 seconds
2022-12-08 Carl WorthDisplay spinner while image is being generated
2022-12-08 Carl WorthPrepend images as they are generated
2022-12-08 Carl WorthHide image-generation form while generation is happening
2022-12-08 Carl WorthPut the safety-prompt button up by the label of the...
2022-12-08 Carl WorthAllow user to zoom
2022-12-07 Carl WorthGenerate new structure for images
2022-12-07 Carl WorthFix DOM code so that prompt and code appear for each...
2022-12-07 Carl WorthClient: Add received images to the DOM
2022-12-07 Carl WorthAdd code to submit image generation instructions to...
2022-12-07 Carl WorthFix typo
2022-12-07 Carl WorthShift flex layout down into a new div below form-row
2022-12-07 Carl WorthDrop explicit size from numeric code text input
2022-12-07 Carl WorthSimple reword of "Numeric code" placeholder text
2022-12-07 Carl WorthAdd the second half necessary for functional comments
2022-12-07 Carl WorthAdd a (half)-functional comment field
2022-12-07 Carl WorthMake a socket connection from client to server
2022-12-07 Carl WorthFloat the "safety prompt" button to the right.
2022-12-07 Carl WorthAllow the generate button to get its own styling
2022-12-07 Carl WorthRestrict code input field to 10 characters
2022-12-07 Carl WorthMake the prompt a textarea to fit more text into it.
2022-12-07 Carl WorthMake the "Safety Prompt" button actually do something.
2022-12-07 Carl WorthMove some padding from every p to a new "content" div
2022-12-07 Carl WorthAdd some labels to the form fields
2022-12-07 Carl WorthFix the mute toggle
2022-12-07 Carl WorthAdd a "volume" class to the volume button
2022-12-07 Carl WorthAdd a simple form to the main page
2022-12-07 Carl WorthAdd a simple express server