Original PR: https://github.com/open-webui/open-webui/pull/9097 Author: @brandonwatson Created: 1/30/2025 Status: ❌ Closed
Base: dev ← Head: fix/playground-textarea-resize
dev
fix/playground-textarea-resize
0cdc71b
2 files changed (+73 additions, -29 deletions)
📝 src/lib/components/playground/Chat.svelte (+56 -7) 📝 src/lib/components/playground/Chat/Messages.svelte (+17 -22)
src/lib/components/playground/Chat.svelte
src/lib/components/playground/Chat/Messages.svelte
updates to: /src/lib/component/playground/Chat/Messages.svelte /src/lib/component/playground/Chat.svelte
This PR addresses issues with textarea height management in the playground interface:
Testing:
No new files added
Changes to class of textarea, added handlers for paste, and updated addHandler in Chat.svelte
None
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/9097
Author: @brandonwatson
Created: 1/30/2025
Status: ❌ Closed
Base:
dev← Head:fix/playground-textarea-resize📝 Commits (1)
0cdc71bfix: textarea auto-resize in playground UX📊 Changes
2 files changed (+73 additions, -29 deletions)
View changed files
📝
src/lib/components/playground/Chat.svelte(+56 -7)📝
src/lib/components/playground/Chat/Messages.svelte(+17 -22)📄 Description
Changelog Entry
updates to:
/src/lib/component/playground/Chat/Messages.svelte
/src/lib/component/playground/Chat.svelte
Description
This PR addresses issues with textarea height management in the playground interface:
Testing:
Added
No new files added
Changed
Changes to class of textarea, added handlers for paste, and updated addHandler in Chat.svelte
Deprecated
None
Removed
None
Fixed
Security
Breaking Changes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.