Todo hunt #4

Merged
marceline-cramer merged 5 commits from todo-hunt into main 2021-12-11 03:41:29 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit 9c3e11f0d8 - Show all commits

View File

@ -97,7 +97,6 @@ $ hopper add sodium --mc-version 1.17
- configurable mod search results like [Starship](https://starship.rs)
- pad mod indices based on largest number
- option in config to reverse sorting order
- add parameter to restrict target Minecraft version
- manually pick out Minecraft version
- square colored creeper face progress indicator (from top-left clockwise spiral in)

View File

@ -220,7 +220,6 @@ async fn search_mods(ctx: &AppContext, query: String) -> anyhow::Result<SearchRe
Ok(response)
}
// TODO config flag to reverse search results order
fn display_search_results(ctx: &AppContext, response: &SearchResponse) {
let iter = response.hits.iter().enumerate();
if ctx.config.options.reverse_search {