bolt.diy/app/components/chat
Stijnus 89a38603d5 Update Messages.client.tsx
Fix for chat response auto scroll :

### Benefits
- More reliable auto-scrolling during streaming
- Better handling of user scroll interactions
- Improved mobile device support
- Smoother initial load with instant scroll
- Cleaner code organization and maintainability

### Testing
The changes can be verified by:
1. Loading chat - should instantly scroll to bottom
2. Streaming messages - should smoothly auto-scroll
3. Manual scroll up - should stay at user's position
4. Scroll to bottom - should resume auto-scroll
5. Mobile testing - should work with touch interactions
2025-01-29 01:17:54 +01:00
..
chatExportAndImport docs: bugfix/formatting faq docs (#1027) 2025-01-10 21:17:32 +05:30
APIKeyManager.tsx fix: api-key manager cleanup and log error on llm call (#1077) 2025-01-13 04:21:29 +05:30
Artifact.tsx fix: artifact loop fix 2024-12-07 00:23:53 +05:30
AssistantMessage.tsx feat: enhance context handling by adding code context selection and implementing summary generation (#1091) #release 2025-01-22 22:48:13 +05:30
BaseChat.module.scss updated theme color 2024-12-08 02:12:02 +05:30
BaseChat.tsx feat: configure dynamic providers via .env (#1108) 2025-01-18 03:39:19 +05:30
Chat.client.tsx fix: auto select starter template bugfix (#1148) 2025-01-22 00:30:31 +05:30
ChatAlert.tsx feat: catch errors from web container preview and show in actionable alert so user can send them to AI for fixing (#856) 2024-12-25 03:05:44 +05:30
CodeBlock.module.scss
CodeBlock.tsx Fixed theming of Copy Code button 2024-12-16 18:21:30 +01:00
ExamplePrompts.tsx
FilePreview.tsx
GitCloneButton.tsx fix: git import issue when importing bolt on bolt (#1020) 2025-01-27 18:05:55 +05:30
ImportFolderButton.tsx fix: import folder filtering 2024-12-29 20:21:49 -06:00
Markdown.module.scss
Markdown.spec.ts
Markdown.tsx feat: added support for reasoning content (#1168) 2025-01-25 16:16:19 +05:30
Messages.client.tsx Update Messages.client.tsx 2025-01-29 01:17:54 +01:00
ModelSelector.tsx fix: better model loading ui feedback and model list update (#954) 2024-12-31 19:22:46 +05:30
ScreenshotStateManager.tsx Initial commit for screen cap feature 2024-12-05 17:30:45 -05:00
SendButton.client.tsx Refactor to use newver v4 version of Vercel AI package 2024-12-09 17:26:33 +02:00
SpeechRecognition.tsx Split code a little bit 2024-12-04 20:51:27 +02:00
StarterTemplates.tsx feat: add Starter template menu in homepage (#884) 2024-12-24 22:37:28 +05:30
ThoughtBox.tsx feat: added support for reasoning content (#1168) 2025-01-25 16:16:19 +05:30
UserMessage.tsx Another attempt to add toek usage info 2024-12-16 11:01:41 +02:00