-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Give option to sort or filter by Created timestamp #2293
Conversation
label: columnLike.label, | ||
value: columnLike | ||
})), | ||
columnLikes.map(columnLike => ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[F] Sorting takes care of itself because the timestamp is an ISO string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @julieg18 I'll fix everything. |
Code Climate has analyzed commit 362cf8f and detected 1 issue on this pull request. Here's the issue category breakdown:
The test coverage on the diff in this pull request is 83.6% (85% is the threshold). This pull request will bring the total coverage in the repository to 96.7% (0.0% change). View more on Code Climate. |
This PR gives users the ability to sort/filter by the created column. Follow up from #2239 (comment).
Demo
https://user-images.githubusercontent.com/37993418/187358368-d7bdd74d-123d-42ec-8f0b-60a49f4d0754.movScreen.Recording.2022-08-31.at.10.15.29.am.mov