all: Progress display
lib: Add another progress span
patch: Improve selection progress rendering
inbox: Improve selection progress rendering
issue: Improve selection progress rendering
4 files changed
+43
-7
1365b5e5
→
70208c35
modified bin/commands/inbox/flux/select/ui.rs
@@ -346,13 +346,23 @@ impl Notifications {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -362,7 +372,7 @@ impl Notifications {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue/flux/select/ui.rs
@@ -350,13 +350,23 @@ impl Issues {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -366,7 +376,7 @@ impl Issues {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/flux/select/ui.rs
@@ -391,13 +391,23 @@ impl Patches {
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -407,7 +417,7 @@ impl Patches {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/flux/ui/span.rs
@@ -56,7 +56,7 @@ pub fn notification_type(content: String) -> Span<'static> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -73,3 +73,9 @@ pub fn progress(step: usize, len: usize, fill_zeros: bool) -> Span<'static> {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |