Working manual search with UTF-8 support and scrolling. Still need release details and finally, manually selecting release to download.

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent 1ad1b16668
commit 8120debe81
8 changed files with 41 additions and 42 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ pub fn style_button_highlight(is_selected: bool) -> Style {
}
pub fn title_style(title: &str) -> Span<'_> {
Span::styled(title, style_bold())
Span::styled(format!(" {} ", title), style_bold())
}
pub fn title_block(title: &str) -> Block<'_> {