-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Change default sort order #2647
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2647 +/- ##
==========================================
+ Coverage 27.12% 27.13% +<.01%
==========================================
Files 86 86
Lines 17064 17061 -3
==========================================
Hits 4629 4629
+ Misses 11757 11754 -3
Partials 678 678
Continue to review full report at Codecov.
|
LGTM |
You have changed sorting of users instead of repositories.. |
oops, fixed it |
LGTM |
Give me some time to test it, I think there is little problem. |
When testing list looked correct for me, did not check sort menu, good catch |
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.
Need to fix also UI as @Morlinest pointed out
I fixed that UI problem. |
@kaz NP. You are not done yet :D. You have to add |
@kaz Please check every place, where your changes are used. If I search |
@Morlinest you are right @kaz has to add |
updated_unix
in Explore (#2442)
I made some changes.
This changes affects pages below:
|
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.
Tested and approved again after new changes 👍
Make LG-TM work again |
Change default sort key to
updated_unix
fromcreated_unix
(repositories order on explore page)
it was suggested on (#2442)
Closes #2442