pub fn draw_ok_dialog_styled(
f: &mut Frame<'_>,
app: &AppState,
title: &str,
lines: &[Line<'_>],
)Expand description
Render a dialog with styled content lines. Supports inline formatting
(colors, bold) via [Line] slices. Use for metadata displays, help
text, or any content that needs per-span styling.