rename a few scores & interprets

This commit is contained in:
Ian Letourneau
2025-08-09 22:18:06 -04:00
parent 403e199062
commit 336e1cfefe
8 changed files with 22 additions and 15 deletions

View File

@@ -50,7 +50,11 @@ async fn handle_events(base_progress: MultiProgress) {
match event {
HarmonyEvent::HarmonyStarted => {}
HarmonyEvent::HarmonyFinished => {
progress_tracker.add_section("harmony-finished", "\n");
progress_tracker.add_section(
"harmony-summary",
&format!("\n{} Harmony completed\n\n", crate::theme::EMOJI_HARMONY),
);
progress_tracker.add_section("harmony-finished", "\n\n");
return false;
}
HarmonyEvent::TopologyStateChanged {