Feature/chat pending message and logpanel - #44
Open
ExtremelyTroublesome wants to merge 29 commits into
Open
ExtremelyTroublesome wants to merge 29 commits into
ExtremelyTroublesome wants to merge 29 commits into
Conversation
…e article TOC functionality
…for improved layout and styling
…gation in CommunityCategoryNav and PublicArticleToc
…prove layout in CommunityCategoryNav and PublicArticleToc
…side and endAside for improved layout
… layout and styling
…nfo and content summaries - Introduced SimpleUserInfo struct for lightweight user representation in posts and comments. - Updated post and comment builders to utilize SimpleUserInfo, removing direct user fields. - Implemented content summary generation for posts to limit content exposure in lists. - Enhanced API handlers to load community data in batches, reducing database queries. - Modified frontend components to reflect changes in data structure and display simplified user info. - Added utility functions for content summary generation from Markdown and HTML. - Updated tests to validate new structures and functionality.
…List and other components
…ion, icon, and action
…itional styling and layout adjustments
…ment section functionality
…services and components
… icon sizes for better layout
… across services and components
…to include like status
…ng methods to models
Contributor
|
@ExtremelyTroublesome Hi,感谢你的贡献,你的代码冲突了无法合并,请先解决代码冲突。 |
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.增加了AI客服占位消息功能,先回复用户,让其知道后台有接收到信息,等AI处理完毕再回复实际的消息;
2.增加了系统日志功能,让前端也可以查阅到系统关键信息;
3.会话面板增加来源渠道;
4.Web渠道挂件弹窗标题栏增加独立关闭按钮(实际为最小化)