Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
r
radicle-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
61902ca47b74672e586ed0d8bb86b9ea47834156
cli: Have `init` trigger routing table updates
Alexis Sellier
committed
3 years ago
commit 61902ca47b74672e586ed0d8bb86b9ea47834156
parent
83a635976d069d3a88001ea159bcc9c5a1238c78
1 file changed
+1
-0
modified
radicle-httpd/src/api/test.rs
@@ -90,6 +90,7 @@ pub fn seed(dir: &Path) -> Context {
interactive: false.into(),
setup_signing: false,
set_upstream: false,
+
sync: false,
},
&profile,
)