Partially working filtering logic

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