Uh oh!
There was an error while loading. Please reload this page.
fix(ui): hide redundant chat disclosure chevrons - #1746
Closed
sunheyi6 wants to merge 1 commit into
Closed
Conversation
sunheyi6
marked this pull request as ready for review
August 1, 2026 04:27
sunheyi6
commented
Aug 1, 2026
ContributorAuthor
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 freeto 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.
Summary
aria-expandedsemanticsWhy
Astryx Collapsible always appends a chevron to the far edge of its full-width trigger. In a conversation with many processing and tool rows, those repeated chevrons form a detached visual rail beside the actual scrollbar even though each row already has a semantic activity icon and a full-row click target.
Validation
npm run test --workspace=@maka/ui(296 tests passed)npm run build:workspace-deps --workspace=@maka/desktopnpm run build:renderer --workspace=@maka/desktopgit diff --check中文说明
改动内容
aria-expanded无障碍语义。原因
Astryx 折叠组件会在全宽触发区域末尾自动添加箭头。聊天记录中连续出现多个折叠项时,这些箭头会在正文最右侧形成一列孤立的视觉轨道,并与真正的滚动条争抢注意力;而每行已经具有明确的业务图标和整行点击区域,因此该箭头属于冗余装饰。
验证
git diff --check通过。