Add fixed chat textarea option to AccessibilitySettings (#809)

# PR Checklist
- [ ] Have you checked if it works normally in all models? *Ignore this
if it doesn't use models.*
- [ ] Have you checked if it works normally in all web, local, and node
hosted versions? If it doesn't, have you blocked it in those versions?
- [ ] Have you added type definitions?

# Description
This pull request introduces the following changes:
- Adds a new "fixedChatTextarea" option to control the positioning of
the chat window text area.
- Modifies Shift+Enter functionality to align with updated input
handling requirements.

To be honest, I'm not entirely sure if this approach is correct. Since
I've developed with React and Next.js, I'm still a beginner when it
comes to Vite. But as a PC user, I think this method will be convenient
to use.
This commit is contained in:
kwaroran
2025-04-08 19:20:37 +09:00
committed by GitHub
10 changed files with 213 additions and 196 deletions

View File

@@ -694,6 +694,7 @@ export interface Database{
}
globalscript: customscript[],
sendWithEnter:boolean
fixedChatTextarea:boolean
clickToEdit: boolean
koboldURL:string
advancedBotSettings:boolean