Skip to content

Commit

Permalink
feat: add user to search box
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninjani committed Oct 26, 2024
1 parent 9b1b1bf commit 811ccbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gooseberry/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ impl Gooseberry {
)
.fg(dialoguer::console::Color::Yellow)
);
highlight.push_str(&format!(
"|{}",
style(annotation.user.to_username()).fg(dialoguer::console::Color::Blue)
));
highlight.push_str(&format!(
"| {}",
style(title.replace('\n', " ")).fg(dialoguer::console::Color::Green)
Expand Down

0 comments on commit 811ccbf

Please sign in to comment.