Implement UI/UX overhaul - cards, list, tabbed detail, context menu

This commit is contained in:
2026-02-27 11:10:23 +02:00
parent 9df79095f2
commit b0852f781c
6 changed files with 745 additions and 397 deletions

View File

@@ -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")