0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript4,684 stars (4,684 stars)837 forks (837 forks)batch import
:bug: bughelp wanted
Description
- 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.
- Issue type
- bug
- Research direction
- 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.