Folo/apps
Innei a06a3fe2fc
refactor(ai-chat): restructure image thumbnail handling and enhance message components
- Moved the `ImageThumbnail` component to a new location, consolidating its functionality with hover preview and error handling.
- Updated `UserMessageParts` to utilize `UserRichTextMessage` instead of the deprecated `AIRichTextMessage`, improving clarity in message rendering.
- Enhanced `FileAttachmentNode` to utilize the new `useMessageByIdSelector` for better file attachment management.
- Refactored `useFileUpload` to omit the nonce from options, streamlining the file upload process.

These changes aim to improve the modularity and maintainability of the AI chat components, enhancing the overall user experience.

Signed-off-by: Innei <tukon479@gmail.com>
2025-09-24 18:47:42 +08:00
..
desktop refactor(ai-chat): restructure image thumbnail handling and enhance message components 2025-09-24 18:47:42 +08:00
mobile fix: type error 2025-09-23 00:27:51 +08:00
ssr fix(ssr): jsx transformer error 2025-09-20 15:15:58 +08:00