patternfly / patternfly/patternfly-react
Calendar month - updates from padding change
未关闭
还没有人认领这个 Issue。
Breaking change :boom:
PF Team
Waiting for core
- 主要语言
- TypeScript
- 星标
- 862
- 派生
- 392
- 平均合并
- 4 天 8 小时
- 30 天内合并 PR
- 9
描述
Placeholder for https://github.com/patternfly/patternfly/issues/5272
We're removing the calendar month component's built-in padding. This will most likely involve updating any place the calendar month is used to make sure the thing the calendar month is in provides padding for the calendar. eg, remove hasNoPadding from the datepicker popover.
Jira Issue: PF-155
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 packages/react-core/src/components/DatePicker/DatePicker.tsx 中第 244 行附近的 DatePicker 组件开始,然后找出其他使用日历月份的位置。查看相关的 PatternFly issue,了解预期的 padding 更改。当日历月份不再提供内置 padding,而是由其容器组件提供所需的 padding 时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- react, typescript
- 领域
- frontend
- Issue 类型
- 重构
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100