term, cli, remote-helper: Status Symbols and improved sync output
A new table style that is more narrow, and follows the recent change to rad node status.
Deduplicate and clean up symbols we use to indicate status along the way.
12 files changed
+126
-96
1cd3ad07
→
c8b6a13d
modified crates/radicle-cli/examples/rad-merge-via-push.md
@@ -79,8 +79,8 @@ $ rad patch --merged
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -158,6 +158,6 @@ $ rad patch --all
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified crates/radicle-cli/examples/rad-patch.md
@@ -206,7 +206,7 @@ $ rad patch list
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-sync.md
@@ -12,13 +12,13 @@ change has not yet been announced.
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -34,13 +34,13 @@ Now, when we run `rad sync status` again, we can see that `bob` and
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/id.rs
@@ -588,7 +588,7 @@ fn print_meta(revision: &Revision, previous: &Doc, profile: &Profile) -> anyhow:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -597,7 +597,7 @@ fn print_meta(revision: &Revision, previous: &Doc, profile: &Profile) -> anyhow:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/node/control.rs
@@ -412,15 +412,15 @@ fn state_initial() -> term::Paint<String> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/patch/list.rs
@@ -142,7 +142,7 @@ pub fn row(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/commands/sync.rs
@@ -12,6 +12,7 @@ use radicle::node;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -340,71 +341,63 @@ fn sync_status(
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
| - | |
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -412,6 +405,38 @@ fn sync_status(
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/terminal/format.rs
@@ -341,8 +341,8 @@ pub mod patch {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/terminal/patch/timeline.rs
@@ -290,8 +290,8 @@ impl Update<'_> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -310,7 +310,7 @@ impl Update<'_> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/src/push.rs
@@ -390,7 +390,7 @@ pub fn run(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -530,7 +530,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -630,7 +630,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -745,13 +745,13 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -833,13 +833,13 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-term/src/io.rs
@@ -17,9 +17,14 @@ use crate::{style, Paint, Size};
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -29,15 +34,15 @@ pub type Passphrase = Zeroizing<String>;
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -87,7 +92,7 @@ pub use success;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -99,7 +104,7 @@ pub fn tip_args(args: fmt::Arguments) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -167,7 +172,7 @@ pub fn manual(name: &str) -> io::Result<process::ExitStatus> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -188,17 +193,17 @@ pub fn subcommand(msg: impl fmt::Display) {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-term/src/spinner.rs
@@ -3,7 +3,7 @@ use std::mem::ManuallyDrop;
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -161,7 +161,7 @@ pub fn spinner_to(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -190,7 +190,7 @@ pub fn spinner_to(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -200,7 +200,7 @@ pub fn spinner_to(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -211,7 +211,7 @@ pub fn spinner_to(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -219,7 +219,7 @@ pub fn spinner_to(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|