saga-time 0.1.0

A local-first time tracking application with CLI and TUI
Documentation
1
2
3
4
5
6
// Placeholder for duration input component
use ratatui::{Frame, layout::Rect};

pub fn render(_duration: &str, _frame: &mut Frame, _area: Rect) {
    // TODO: implement duration input widget
}