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-tui
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
997
Issues
75
Patches
209
Jobs
Commits
›
9c2f5e6dfddb810db480a657b7fbe9bbb2211349
lib: Fix format
Erik Kundt
committed
2 years ago
commit 9c2f5e6dfddb810db480a657b7fbe9bbb2211349
parent
f5102451ea258fdc8e94363fc48d76023892ce20
1 file changed
+1
-1
modified
src/ui/widget.rs
@@ -169,4 +169,4 @@ pub trait BoxedAny {
{
Box::new(self)
}
-
}
\ No newline at end of file
+
}