yoyoyohamapi
99491eb3c5
refactor(core): reorganize chat-panel components (#10935)
### 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 />`
2025-03-20 06:39:27 +00:00
..
2025-03-08 04:42:04 +00:00
2025-03-20 06:39:27 +00:00
2025-03-18 04:12:30 +00:00
2025-03-08 04:42:04 +00:00
2025-03-20 06:01:57 +00:00
2025-03-08 04:42:04 +00:00
2025-03-20 05:46:56 +00:00
2025-01-06 15:36:43 +00:00
2025-03-20 02:08:21 +00:00