fn append_action_button<F: Fn() + 'static>( grid: &FlowBox, icon_name: &str, label_text: &str, on_click: F, )