Add id to revision type
3 files changed
+8
-4
d3d690c0
→
6b8c73c6
modified src-tauri/bindings/Revision.ts
@@ -7,10 +7,11 @@ import type { Reaction } from "./Reaction";
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src-tauri/src/types/cobs.rs
@@ -125,12 +125,14 @@ impl Patch {
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -141,13 +143,14 @@ pub struct Revision {
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/views/repo/Patch.svelte
@@ -146,7 +146,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|