aboutsummaryrefslogtreecommitdiffstats
path: root/extensions-builtin/prompt-bracket-checker
AgeCommit message (Collapse)AuthorLines
2023-05-18eslint related file editsAUTOMATIC-1/+1
2023-05-17Run `eslint --fix` (and normalize tabs to spaces)Aarni Koskela-26/+26
2023-04-13prompt-bracket-checker: Simplify + improve error reportingAarni Koskela-91/+30
2023-03-25initial gradio 3.22 supportAUTOMATIC-11/+4
2023-01-20move token counter to the location of the prompt, add token counting for the ↵AUTOMATIC-22/+23
negative prompt
2023-01-19add handling to some places in javascript that can potentially cause issues ↵AUTOMATIC-4/+6
#6898
2022-12-10Fix token counter color on dark themeBwin4L-1/+1
2022-12-10change color of the valid prompt to black - back to how it wasAUTOMATIC-1/+1
2022-12-07Add bracket checking functionality to the txt2img/img2img prompts and ↵Bwin4L-0/+107
negative prompts.