Fully added filtering and searching!

This commit is contained in:
2023-08-08 10:50:04 -06:00
parent 25730a3324
commit ca86cad950
9 changed files with 164 additions and 174 deletions
-3
View File
@@ -196,7 +196,6 @@ fn draw_movie_history<B: Backend>(
])
.style(style_success())
},
|_| true,
app.is_loading,
);
}
@@ -229,7 +228,6 @@ fn draw_movie_cast<B: Backend>(
])
.style(style_success())
},
|_| true,
app.is_loading,
)
}
@@ -264,7 +262,6 @@ fn draw_movie_crew<B: Backend>(
])
.style(style_success())
},
|_| true,
app.is_loading,
);
}