Deduplicate the diff/cob Stats type
modified crates/radicle-tauri/src/commands/repo.rs
@@ -41,7 +41,7 @@ pub async fn diff_stats(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
deleted crates/radicle-types/bindings/cob/Stats.ts
@@ -1,7 +0,0 @@
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
modified crates/radicle-types/src/cobs.rs
@@ -96,25 +96,6 @@ pub struct PaginatedQuery<T> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
modified crates/radicle-types/src/diff.rs
@@ -14,6 +14,16 @@ pub struct Diff {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-types/src/traits/repo.rs
@@ -10,6 +10,7 @@ use radicle::storage::{ReadRepository, ReadStorage, RepositoryInfo};
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -122,7 +123,7 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -133,7 +134,7 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/components/DiffStatBadge.svelte
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
modified src/lib/invoke.ts
@@ -1,7 +1,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|