Open
Conversation
- 支持左对齐和左右分布两种消息布局模式 - Chat 模式和 Agent 模式均支持该功能 - 在通用设置中添加卡片式布局选择器,带预览图 - 用户消息气泡自适应内容宽度 - 设置持久化保存到 ~/.proma/settings.json
- 新增 useChatLayout 和 useAgentLayout Hooks 统一管理布局样式 - 简化 ChatMessageItem 中的复杂条件判断 - 简化 AgentMessages 中的布局逻辑 - 移除 ChatMessages 中未使用的导入和变量 - 提高代码可读性和可维护性
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
功能介绍
添加会话显示模式切换功能,支持两种消息布局模式:
1. 左对齐模式(默认)
2. 左右分布模式
主要改动
截图
设置界面提供直观的卡片式选择器:
测试
Closes #issue_number