Should I submit my UI workflow improvements to upstream? #8954
kossnocorp
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've developed a couple of UI improvements and am wondering if I should submit PR(s) for those.
New Thread Textarea Full Height Toggle Button
I was struggling with editing longer prompts, and adding an expand button solved the problem for me:
->
The commit: kossnocorp@b855cbb
Follow Latest Turn Checkbox
Currently when the user selects "Latest turn" and the AI finishes a task, the tab preserves the location and changes the select value from "Latest turn" to "Turn ". This checkbox allows following the turns' diff and always displays the latest turn when checked.
The commit: kossnocorp@527837c
All reactions