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