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-desktop
rad:z4D5UCArafTzTQpDZNQRuqswh3ury
Radicle desktop app
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
666
Issues
129
Patches
380
Jobs
Commits
›
aebd7dda3aa0f9a0cc52f8093f35fa2202e0e97e
Fix missing entry in `Cargo.lock`
Sebastian Martinez
committed
1 year ago
commit aebd7dda3aa0f9a0cc52f8093f35fa2202e0e97e
parent
ab27beca871cfa70b82eed6bd3c7c9e0129337d5
1 file changed
+1
-0
modified
crates/radicle-tauri/Cargo.lock
@@ -3890,6 +3890,7 @@ name = "radicle-tauri"
version = "0.0.0"
dependencies = [
"anyhow",
+
"base64 0.22.1",
"log",
"radicle",
"radicle-surf",