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:
+1
-1
@@ -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<'_> {
|
||||
|
||||
Reference in New Issue
Block a user