0 评论 (0 评论)0 反应 (0 反应)0 负责人 (0 负责人)JavaScript4,684 star (4,684 star)837 fork (837 fork)batch import
:bug: bughelp wanted
描述
- Not every icon is in the center.
- We need test function
marginLeftForIconName in issue-event-list-item.component.js for every icons and update.
- The sort doesn't always obey created time. Maybe caused by #848.
- Some items have invalid
created_at value.
- 议题类型
- bug
- 研究方向
- First, examine `issue event list item.component.js` to find the `marginLeftForIconName` function and ensure it correctly centers all icons. Write a test for it. Second, investigate the sorting logic in the same component or related files; check the `created at` values from the API and ensure they are valid timestamps. The issue mentions PR #848 may have caused the sorting problem, so review that PR's changes to understand the impact. Finally, verify that the sorting order respects chronological order.