]> git.cworth.org Git - zombocom-ai/history - index.html
Fix a mix-up of "code" vs. "seed"
[zombocom-ai] / index.html
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