Sort repos by activity
6 files changed
+11
-9
5c8844db
→
ebc8b323
modified crates/radicle-types/bindings/repo/ProjectPayloadMeta.ts
@@ -4,5 +4,4 @@ export type ProjectPayloadMeta = {
|
|
|
|
|
|
| - | |
|
modified crates/radicle-types/bindings/repo/RepoInfo.ts
@@ -10,4 +10,5 @@ export type RepoInfo = {
|
|
|
|
|
|
| + | |
|
modified crates/radicle-types/src/repo.rs
@@ -10,6 +10,7 @@ use crate::cobs::Author;
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -20,6 +21,8 @@ pub struct RepoInfo {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -110,8 +113,6 @@ pub struct ProjectPayloadMeta {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
modified crates/radicle-types/src/traits/repo.rs
@@ -49,7 +49,7 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -97,12 +97,12 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
@@ -113,7 +113,6 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -126,6 +125,7 @@ pub trait Repo: Profile {
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified src/components/RepoCard.svelte
@@ -68,7 +68,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified tests/e2e/clipboard.spec.ts
@@ -1,6 +1,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -18,7 +19,7 @@ test("copy to clipboard", async () => {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|