tramhao / termusic

Music Player TUI written in Rust
GNU General Public License v3.0
1.05k stars 44 forks source link

Common confirm popup component #277

Closed hasezoey closed 6 months ago

hasezoey commented 6 months ago

This PR adds a common No/Yes popup component as YNConfirm. This way we only have one place to change those popups's handling (like adding a key), or finding all the places it is used to change something.