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
›
4b25f64c6d40af510c4ace7d00ca22a259fcaf6d
issue: Adjust table cutoff
Erik Kundt
committed
2 years ago
commit 4b25f64c6d40af510c4ace7d00ca22a259fcaf6d
parent
a37a53b99c859625bfb1f99537464623dd2eae5d
1 file changed
+2
-0
modified
bin/commands/issue/flux/select/ui.rs
@@ -272,6 +272,8 @@ impl Render<()> for Issues {
widths,
header,
footer: Some(footer),
+
cutoff: 200,
+
cutoff_after: 5,
},
);
}