-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule grovedbg
updated
13 files
+1 −0 | Cargo.lock | |
+1 −0 | Cargo.toml | |
+29 −13 | src/fetch.rs | |
+56 −43 | src/fetch/proto_conversion.rs | |
+17 −15 | src/main.rs | |
+454 −452 | src/model.rs | |
+32 −2 | src/model/alignment.rs | |
+382 −0 | src/model/path_display.rs | |
+244 −244 | src/test_utils.rs | |
+21 −21 | src/ui.rs | |
+66 −39 | src/ui/common.rs | |
+26 −17 | src/ui/node.rs | |
+117 −128 | src/ui/tree.rs |