Conversation
Lesson 1.1
Lesson 1.2
Lesson 1.3
Lesson-1-4
Lesson-1-5
Lesson-1-6
Lesson-1-7
Lesson-1-8
Changes to AntD-UI
Add Morpheus Image on App Load
Add Sort By Time
Change Sort By Time Icon
There was a problem hiding this comment.
These files are normally not committed to a project. You can ignore everything in the static directory by adding static/ to your .gitignore file. To stop tracking these files I think you can do git rm static
There was a problem hiding this comment.
this file can be deleted, only the package.json and package-lock.json files are needed
There was a problem hiding this comment.
The sorting is super slick, it's fast and easy. It might be easier for users to understand how the results are sorted, which field and which order, if you move the sort options into a dropdown select like this

This way the selected option will display and the user will know how the results are sorted. What do you think of this?
There was a problem hiding this comment.
And more thoughts on sort actually: I found I could sort the todos, then add a todo that was sorted onto a different page and so couldn't actually see the todo I just created.
I'm wondering if it's necessary for the user to be able to sort by different fields. What was your intention with this feature? One way to address the behavior I found is to remove the different sort options and to always sort by create time descending.

Please review my code for further improvements