feat(UI/Codebase): Made menu persistent. After starting the bot, the menu will remain on the screen and be interactable for the user while the bot is running

This commit is contained in:
brotoskyj
2026-01-20 22:17:28 -05:00
parent 4924b7e505
commit 3d7af18dc4
3 changed files with 78 additions and 19 deletions
Generated
+4 -3
View File
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "RhythmWorks"
version = "0.5.3"
version = "0.6.0"
dependencies = [
"color-eyre",
"crossterm",
@@ -24,6 +24,7 @@ dependencies = [
"songbird",
"symphonia",
"tokio",
"tokio-util",
"tonic",
"tracing",
"tracing-opentelemetry",
@@ -4980,9 +4981,9 @@ dependencies = [
[[package]]
name = "tokio-util"
version = "0.7.17"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
dependencies = [
"bytes",
"futures-core",