620bd374de
- Remove all sample/mock data (artists, albums, tracks, queue, history, calendar) - Delete input module (vim.rs, leader.rs) and related UI (which_key, cmdline) - Add mouse support: click tabs, click list items, scroll wheel navigation - Show real disk space via nix::statvfs instead of hardcoded value - Simplify topbar/statusbar by removing mode display and key hints - Hide album/track sections when no artist is selected
11 lines
184 B
TOML
11 lines
184 B
TOML
[package]
|
|
name = "ui-agregator"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ratatui = "0.29"
|
|
crossterm = "0.28"
|
|
color-eyre = "0.6"
|
|
nix = { version = "0.29", features = ["fs"] }
|