Feat: UI / UX
This commit is contained in:
@@ -52,9 +52,32 @@ pub fn render(frame: &mut Frame, area: Rect, ui: &UiState) {
|
||||
Line::from(Span::styled("AGPL-3.0", license_style)),
|
||||
Line::from(""),
|
||||
Line::from(""),
|
||||
Line::from(vec![
|
||||
Span::styled("Ctrl+Arrows", Style::new().fg(theme.title.link)),
|
||||
Span::styled(": navigate views", Style::new().fg(theme.title.prompt)),
|
||||
]),
|
||||
Line::from(vec![
|
||||
Span::styled("Enter", Style::new().fg(theme.title.link)),
|
||||
Span::styled(": edit step ", Style::new().fg(theme.title.prompt)),
|
||||
Span::styled("Space", Style::new().fg(theme.title.link)),
|
||||
Span::styled(": play/stop", Style::new().fg(theme.title.prompt)),
|
||||
]),
|
||||
Line::from(vec![
|
||||
Span::styled("s", Style::new().fg(theme.title.link)),
|
||||
Span::styled(": save ", Style::new().fg(theme.title.prompt)),
|
||||
Span::styled("l", Style::new().fg(theme.title.link)),
|
||||
Span::styled(": load ", Style::new().fg(theme.title.prompt)),
|
||||
Span::styled("q", Style::new().fg(theme.title.link)),
|
||||
Span::styled(": quit", Style::new().fg(theme.title.prompt)),
|
||||
]),
|
||||
Line::from(vec![
|
||||
Span::styled("?", Style::new().fg(theme.title.link)),
|
||||
Span::styled(": keybindings", Style::new().fg(theme.title.prompt)),
|
||||
]),
|
||||
Line::from(""),
|
||||
Line::from(Span::styled(
|
||||
"Press any key to continue",
|
||||
Style::new().fg(theme.title.prompt),
|
||||
Style::new().fg(theme.title.subtitle),
|
||||
)),
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user