mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
### TL;DR Split complex chat message component into smaller, reusable units with finer granularity > CLOSE AF-2323 AF-2326 ### What Changed * Split messages into components: * `<chat-message-assistant />` * `<chat-message-user />` * `<chat-message-action />` * Split message content into types: * `<chat-content-images />` * `<chat-content-rich-text />` * `<chat-content-pure-text />`