Skip to content

Commit

Permalink
showcase class
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBiscardi committed Apr 12, 2024
1 parent 7995991 commit 77a685c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/routes/issue.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,10 +496,6 @@ author_url

}).collect();

let set_a = merged_pull_requests.clone().into_iter().map(|v| v.github_id).collect::<std::collections::HashSet<String>>();
let set_b = new_pull_requests.clone().into_iter().map(|v| v.github_id).collect::<std::collections::HashSet<String>>();
dbg!(set_a.intersection(&set_b));

let opengraph_image = CImage::new("dilgcuzda".into(), (*issue.cloudinary_public_id).into());
let header_image = CImage::new("dilgcuzda".into(), issue.cloudinary_public_id.into());

Expand Down Expand Up @@ -1107,7 +1103,7 @@ fn ShowcaseView(showcase: Showcase) -> impl IntoView {
let mut it = showcase.images.iter();
let first_image = it.next();
view! {
<div>
<div class="showcase">
{first_image
.map(|image| {
view! {
Expand Down

0 comments on commit 77a685c

Please sign in to comment.