Logging and state persistance improvements
12 files changed
+77
-62
c6ef29c5
→
595f2cc4
modified bin/commands/inbox.rs
@@ -188,7 +188,7 @@ pub async fn run(options: Options, ctx: impl radicle_cli::terminal::Context) ->
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -213,9 +213,7 @@ pub async fn run(options: Options, ctx: impl radicle_cli::terminal::Context) ->
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified bin/commands/issue.rs
@@ -250,7 +250,7 @@ pub async fn run(options: Options, ctx: impl Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -286,8 +286,7 @@ pub async fn run(options: Options, ctx: impl Context) -> anyhow::Result<()> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch.rs
@@ -307,13 +307,13 @@ pub async fn run(options: Options, ctx: impl radicle_cli::terminal::Context) ->
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -391,8 +391,7 @@ mod interface {
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
|
|
|
modified bin/commands/patch/review.rs
@@ -595,8 +595,6 @@ impl store::Update<Message> for App<'_> {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -641,15 +639,15 @@ impl store::Update<Message> for App<'_> {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/log.rs
@@ -1,32 +1,23 @@
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
|
| - | |
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified bin/settings.rs
@@ -1,4 +1,10 @@
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -7,6 +13,14 @@ static THEME_RADICLE: &str = "Radicle";
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -72,3 +86,19 @@ impl Default for Settings {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified bin/state.rs
@@ -3,14 +3,12 @@ use std::{fmt::Display, fs};
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -44,18 +42,20 @@ pub struct FileStore {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified bin/ui/items/notification.rs
@@ -176,8 +176,8 @@ impl NotificationKind {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -187,8 +187,8 @@ impl NotificationKind {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified bin/ui/items/patch.rs
@@ -613,7 +613,7 @@ impl From<(&Repository, &Review, &HunkDiff)> for HunkItem<'_> {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/task.rs
@@ -62,7 +62,7 @@ where
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/terminal.rs
@@ -111,7 +111,7 @@ impl StdinReader {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/ui.rs
@@ -69,15 +69,15 @@ impl Frontend {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -94,7 +94,7 @@ impl Frontend {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|