-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update currency filtering logic #6041
Conversation
ACK. All currencies are enabled by default only for new installations, but that's fine. |
Is there any way to sort currencies by trading activity? Maybe not real-time but even updated manually would work since the overall trends don't change very much. |
It is done in a similar way as proposed; number of current offers, in Market > Offer Book This seems to work well. Could this be implemented for users going via Buy / Sell ? |
I think the option is in Setting > Preferences Sort market lists with no. of offers / trades |
Yes, as I said, that option is ticked on but not working for some reason...seems like a bug. |
NACK I think to spam the whole list with a multitude of currencies never traded is decreasing usability. I think a better solution would be to show main currencies as we have, but use for the filter predicate the whole list of all currencies so that If I search for a currency which is not in the default list (or user defined list) it still is found. |
That solution was suggested by @pazza83 in discussion on issue, however I also wasn't sure if it's the best one.
I like it, I'll check how difficult it is to implement it that way. |
I pushed solution suggested by @chimp1984 :
|
I think that is confusing. |
NACK |
|
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.
ACK - Tested it on Mainnet
All suggested changes in comments have been implemented.
Fixes #5300