Implement UI/UX overhaul - cards, list, tabbed detail, context menu
This commit is contained in:
@@ -33,6 +33,7 @@ pub fn status_badge_with_icon(icon_name: &str, text: &str, style_class: &str) ->
|
||||
}
|
||||
|
||||
/// Create a badge showing integration status.
|
||||
#[allow(dead_code)]
|
||||
pub fn integration_badge(integrated: bool) -> gtk::Label {
|
||||
if integrated {
|
||||
status_badge("Integrated", "success")
|
||||
|
||||
Reference in New Issue
Block a user