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
›
8438c547a2e30d1596da86dd68496d34d04fee73
issue/list: Return to app after showing
Erik Kundt
committed
4 months ago
commit 8438c547a2e30d1596da86dd68496d34d04fee73
parent
0554e1258316baf2fb988efa89600fbbaf0a507f
1 file changed
+0
-1
modified
bin/commands/issue.rs
@@ -297,7 +297,6 @@ pub async fn run(options: Options, ctx: impl Context) -> anyhow::Result<()> {
Some("issue"),
&["show".into(), id.to_string().into()],
)?;
-
break;
}
IssueOperation::Edit {
id,