feat: 统一菜单滚动容器、控件视觉规范与深色卡片边界 - #19
Merged
Merged
Conversation
去掉 cn() 中的空字符串、前导/尾随/双空格;menu-scroll-area 导出移回字母序。无行为变化。
此前在 monorepo 工作区内误把该依赖记到 devDependencies 段, CI 的 --frozen-lockfile 校验失败。
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
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.
目的
统一 Select、DropdownMenu、ContextMenu 的滚动容器、渐隐与菜单动画,修正子菜单首项中心对齐;把输入框尺寸、字重、深浅主题 Section Card 与控件边框规范收进组件库,并补充 Settings 示例。消费方:felinics/Memoh#1177 。
主要改动
tone="muted",承接较淡的工具栏操作;DialogPanel 宽度/页脚约定落地。bordered入口;菜单行高、宽度档位、动画与阴影参数统一。验证与边界
代码量自审
相对当前 main(三点 diff,head
879ea03):46 文件,新增 852、删除 250,净增 602 行。主要增量为共享滚动与子菜单定位、Settings 示例与规范;分类口径与此前一致(示例与规范文档单列,机械变更并入生产)。重点 review:子菜单碰撞对齐、虚拟列表 viewport、tone语义边界,以及独立消费方的补丁分发。