vueComponent/ant-design-vue 14329
🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
ant-design-colorful/ant-design-colorful 39
🌈 Colorful components based on ant-design. 以 ant-design 为基础衍生的多彩组件。
🌟 A doc template can assist you to develop libraries & write docs.
image-component/react-image-shadow 17
🌈 A React image component. Simple realization of image shadow.
🤖 Collection GitHub actions template. Can be used directly after fork. Come try.
🤖 Collection GitHub actions template
武汉肺炎疫情实时省市地图
pull request commentumijs/dumi
@huabingtao 开个 issue 提供复现
昨天提了https://github.com/umijs/dumi/issues/682
comment created time in 4 minutes
PR opened alitajs/alita
<!-- Thank you for your pull request. Please review the below requirements. Bug fixes and new features should include tests. Contributors guide: https://github.com/alitajs/alita/blob/master/CONTRIBUTING.md
感谢您贡献代码。请确认下列 checklist 的完成情况。 Bug 修复和新功能必须包含测试。 Contributors guide: https://github.com/alitajs/alita/blob/master/CONTRIBUTING.md -->
Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
- [ ]
npm testpasses - [ ] tests are included
- [ ] documentation is changed or added
- [ ] commit message follows commit guidelines
Description of change
<!-- Provide a description of the change below this comment. -->
- any feature?
- close https://github.com/alitajs/alita/ISSUE_URL
pr created time in 5 minutes
push eventalitajs/alita
commit sha 36b1a33f9b9c75cc613f72a6426d965980b6cd24
feat: add aconsole
commit sha df5441aaffb29e374e27b9a542cc81a2adecd260
feat: add aconsole feat: add aconsole
push time in 7 minutes
PR merged alitajs/alita
<!-- Thank you for your pull request. Please review the below requirements. Bug fixes and new features should include tests. Contributors guide: https://github.com/alitajs/alita/blob/master/CONTRIBUTING.md
感谢您贡献代码。请确认下列 checklist 的完成情况。
Bug 修复和新功能必须包含测试。
Contributors guide: https://github.com/alitajs/alita/blob/master/CONTRIBUTING.md
-->

Checklist
<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
- [ ]
npm testpasses - [ ] tests are included
- [ ] documentation is changed or added
- [ ] commit message follows commit guidelines
Description of change
<!-- Provide a description of the change below this comment. -->
- any feature?
- close https://github.com/alitajs/alita/ISSUE_URL
pr closed time in 7 minutes
startedechobind/bisonapp
started time in 18 minutes
pull request commentumijs/dumi
在使用Mobile主题的时候组件demo首次无法渲染是不是和这个dark有关呢
comment created time in 23 minutes
startedmfrachet/cypress-audit
started time in 26 minutes
startedNanciee/cypress-autorecord
started time in 27 minutes
startedant-design/pro-blocks
started time in 28 minutes
issue openedant-design/ant-design
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
Steps to reproduce
- Add property scroll={{ x: "max-content" }} to table
- Set first column width equal "25%",
- Clear property dataSource
What is expected?
Width of columns equal with full and empty data
What is actually happening?
Width of columns not equal with full and empty data
| Environment | Info |
|---|---|
| antd | 4.15.5 |
| React | 16.14.0 |
| System | Windows 10 |
| Browser | Google Chrome 90.0.4430.212 |
Hey. I have an ant table with 3 columns. First column has 25% width, second is strech, third - 106px. Table has property scroll={{ x: "max-content" }} When we have a data width of columns work correct, but if we have a empty data width of first and second column is incorrect. Width in px on first column work fine with full or empty data?
Is it bug or not? If not, how it can make work correct? Thanks
<!-- generated by ant-design-issue-helper. DO NOT REMOVE -->
created time in 31 minutes
startedalibaba/GGEditor
started time in an hour
issue openedreact-component/tree
Hi team!
When invoking tree.scrollTo({ key: "some key" }), the tree always scrolls without considering if the element is already visible. This leads to a change of scroll everytime.
Do you have any way of checking if the node is visible on the tree?
Thanks in advance, Tiago Braga
created time in an hour
startedclauderic/dnd-kit
started time in an hour
pull request commentumijs/dumi
feat: add themeConfig.darkSwitch control dark icon show
Codecov Report
Merging #683 (1249b04) into master (4382063) will increase coverage by
0.01%. The diff coverage is100.00%.
@@ Coverage Diff @@
## master #683 +/- ##
==========================================
+ Coverage 94.17% 94.18% +0.01%
==========================================
Files 112 112
Lines 2453 2458 +5
Branches 795 799 +4
==========================================
+ Hits 2310 2315 +5
Misses 139 139
Partials 4 4
| Impacted Files | Coverage Δ | |
|---|---|---|
| packages/theme-default/src/layout.tsx | 94.91% <100.00%> (+0.47%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 4382063...1249b04. Read the comment docs.
comment created time in an hour
startedswagger-api/swagger-codegen
started time in an hour
startedgoogle/zx
started time in an hour
startedOpenAPITools/openapi-generator
started time in an hour
startedsindresorhus/terminal-image
started time in an hour
issue openedant-design/ant-design
Checkbox.Group 和 List 组合, 在删除一些数据后 Checkbox.Group的onChange 方法得不到 选中的行数据的id 导致数据无法选中
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
undefined
Steps to reproduce
<Checkbox.Group value={checkList} onChange={(checkedValues)=>{ this.setState({ checkList: checkedValues, checkAll: checkedValues.length == dataSource.length, indeterminate: checkedValues.length && checkedValues.length < dataSource.length }) }}> <List dataSource={dataSource} className="user_list" renderItem={this.renderItem} locale={{emptyText:'暂无数据'}} pagination={false} loading={{ indicator:<LoadingOutlined style={{ color: '#4177FF'}} spin />, spinning: loading, size:"large" }} /> </Checkbox.Group>
What is expected?
删除数据后可以被选中
What is actually happening?
删除数据后可以被选中
| Environment | Info |
|---|---|
| antd | 4.15.0 |
| React | 17.0.2 |
| System | win10 |
| Browser | chrome |
<!-- generated by ant-design-issue-helper. DO NOT REMOVE -->
created time in an hour
startedemotion-js/emotion
started time in an hour
issue closedvueComponent/ant-design-vue
全局配置ConfigProvider的getPopupContainer方法时,导致非model框的select等组件渲染异常
如图配置后,在模态框中能正常显示,但是如果是非模态框中,则会出现下图的情况,我并不想单个组件去配置,全局配置有什么好的方法吗?
closed time in an hour
chaserstrongissue commentvueComponent/ant-design-vue
全局配置ConfigProvider的getPopupContainer方法时,导致非model框的select等组件渲染异常
Your issue has been closed because it does not conform to our issue requirements. Please use the Issue Helper to create an issue, thank you! <br/><br/> 为了能够进行高效沟通,我们对 issue 有一定的格式要求,你的 issue 因为不符合要求而被自动关闭。你可以通过 issue 助手 来创建 issue 以方便我们定位错误。谢谢配合!
comment created time in an hour
issue openedvueComponent/ant-design-vue
全局配置ConfigProvider的getPopupContainer方法时,导致非model框的select等组件渲染异常
如图配置后,在模态框中能正常显示,但是如果是非模态框中,则会出现下图的情况,我并不想单个组件去配置,全局配置有什么好的方法吗?
created time in an hour
startedThatGuySam/doesitarm
started time in an hour
issue closedumijs/umi
[Bug] Cannot read property 'prefix_exceptions' of undefined
<!-- ⚠️ ⚠️ ⚠️ 注意:讨论和提问请到讨论区(https://github.com/umijs/umi/discussions),否则会被直接关掉。 ⚠️ ⚠️ ⚠️ --> <!-- 感谢您向我们反馈问题,为了高效的解决问题,我们期望你能提供以下信息: -->
What happens?
按照官网「快速上手」步骤创建新工程,运行yarn start 提示 "TypeError: Cannot read property 'prefix_exceptions' of undefined"
<!-- A clear and concise description of what the bug is. --> <!-- 清晰的描述下遇到的问题。-->
<!-- 请提供复现链接/步骤,错误日志以及相关配置 -->
步骤:按照官网步骤「快速上手」,操作至yarn start时报错
错误日志:

Context
- Umi Version: 3.4.16
- Node Version: 14.15.4
- Platform: macOS 11.1
closed time in an hour
amberZhaoCNstartedhuaize2020/awesome-nodejs
started time in an hour
pull request commentumijs/dumi
⚡️ Deploying PR Mobile Preview...
<img src="https://user-images.githubusercontent.com/507615/90240294-8d2abd00-de5b-11ea-8140-4840a0b2d571.gif" width="300" />
<!-- Sticky Pull Request Mobile Comment -->
comment created time in 2 hours