-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Sort deleted files by most recently deleted first #23286
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
Conversation
|
More reviews @MorrisJobke @gary-kim @kesselb maybe? :) |
gary-kim
left a comment
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.
Thank you for this. I was just starting to get annoyed of this :)
|
/compile amend / |
1e7f2ef to
5ce6981
Compare
gary-kim
left a comment
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.
Tests need to be adjusted:
| expect(fileList._sortDirection).toEqual('desc'); |
Signed-off-by: Jan C. Borchardt <[email protected]> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com> Signed-off-by: Morris Jobke <[email protected]>
5ce6981 to
0f2f857
Compare
MorrisJobke
left a comment
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.
Code looks good and I fixed the tests 👍
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 34081: failureacceptance-users
Show full logacceptance-apps
Show full log |
Currently when opening the deleted files, I see the oldest files first, which is strange. People should see the most recently deleted files first.
Disclaimer: Due to there being an error in my local instance which causes it to be impossible to delete files (not sure why, but separate issue) I couldn’t actually test this so I hope this is the correct place. :O