fn render_recents_tiles(
parts: &ExploreViewParts,
ctx: &Arc<AppContext>,
items: &[ExploreItem],
on_click: &Rc<dyn Fn(&str, String, String)>,
expanded: bool,
)Expand description
Render recently-added tiles into the recents grid.
fn render_recents_tiles(
parts: &ExploreViewParts,
ctx: &Arc<AppContext>,
items: &[ExploreItem],
on_click: &Rc<dyn Fn(&str, String, String)>,
expanded: bool,
)Render recently-added tiles into the recents grid.