issues
search
Mintplex-Labs
/
anything-llm
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, and more.
https://anythingllm.com
MIT License
27.45k
stars
2.76k
forks
source link
Adjustable font size in chat input
#2692
Closed
shatfield4
closed
10 hours ago
shatfield4
commented
11 hours ago
Pull Request Type
[x] ✨ feat
[ ] 🐛 fix
[ ] ♻️ refactor
[ ] 💄 style
[ ] 🔨 chore
[ ] 📝 docs
Relevant Issues
resolves #2670
What is in this change?
Break out text sizing logic into
useTextSize
hook
Use this new hook to make size of prompt input text size adjustable and match the chat history sizing
Additional Information
Developer Validations
[x] I ran
yarn lint
from the root of the repo & committed changes
[x] Relevant documentation has been updated
[x] I have tested my code functionality
[x] Docker build succeeds locally
Pull Request Type
Relevant Issues
resolves #2670
What is in this change?
useTextSize
hookAdditional Information
Developer Validations
yarn lint
from the root of the repo & committed changes