You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
This is for when I simply don't wanna think about which maps to run next. The Regex works but shows all maps in the list, which is all I haven't filtered out by tags. The list can already be sorted by score but not cut off by score or rank.
Describe the solution you'd like
I'd like an option to filter the maps list by only listing those above a certain score one could enter, with the Regex adjusting accordingly.
Describe alternatives you've considered
Obviously it could be complex ranges (e.g. maps scoring 60-80 and between 0 and 30), but a simple lower threshold integer (e.g. '80' to only display maps with score >= 80) would suffice.
Alternatively but much more tediously, an option to simply toggle off maps I don't feel like running so I could dismiss all those below my chosen threshold manually.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This is for when I simply don't wanna think about which maps to run next. The Regex works but shows all maps in the list, which is all I haven't filtered out by tags. The list can already be sorted by score but not cut off by score or rank.
Describe the solution you'd like
I'd like an option to filter the maps list by only listing those above a certain score one could enter, with the Regex adjusting accordingly.
Describe alternatives you've considered
Obviously it could be complex ranges (e.g. maps scoring 60-80 and between 0 and 30), but a simple lower threshold integer (e.g. '80' to only display maps with score >= 80) would suffice.
Alternatively but much more tediously, an option to simply toggle off maps I don't feel like running so I could dismiss all those below my chosen threshold manually.
The text was updated successfully, but these errors were encountered: