feat(tui): make progression of branches clearer
All checks were successful
Rust / build (push) Successful in 7m16s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 1m19s

Using the branch names configured for the repo, indicate that the
branches move towards dev.
This commit is contained in:
Paul Campbell 2024-08-31 19:59:16 +01:00
parent be41842dae
commit 22ce2d431a

View file

@ -60,9 +60,9 @@ impl<'a> Identity<'a> {
repo_alias, repo_alias,
" ".into(), " ".into(),
alert, alert,
format!("({main}/{next}/{dev}) [").into(), format!("({main} -> {next} -> {dev}) ").into(),
message.into(), message.into(),
"] ".into(), " ".into(),
] ]
} }
} }