feat: Add card-based layout with theme tokens
Add a card-based UI layout with consistent spacing and visual hierarchy. The main content and sidebar are now wrapped in styled cards with gaps between them. New theme tokens (card, raised, hover, divider, disabled_fg) provide semantic colors for different surface levels and states. Create ui.rs module with helper functions (card_style, divider_h, section_header, priority_badge) to keep styling consistent across views.
This commit is contained in:
@@ -5,6 +5,7 @@ mod components;
|
||||
mod models;
|
||||
mod task;
|
||||
mod theme;
|
||||
mod ui;
|
||||
mod view;
|
||||
|
||||
fn main() {
|
||||
|
||||
Reference in New Issue
Block a user