Testing ratatui

This commit is contained in:
Marco De Araujo 2025-12-24 07:36:23 -04:00
parent 843d05bec9
commit ae9065a1e0
7 changed files with 25 additions and 47 deletions

View file

@ -12,7 +12,7 @@ pub fn render_header(frame: &mut Frame, area: Rect, state: &DashboardViewState)
let title = if state.is_loading {
t("loading").to_string()
} else {
format!("{} - {}", t("dashboard-heaser"), state.title)
format!("{} - {}", t("dashboard-header"), state.title)
};
let header = Paragraph::new(Line::from(vec![