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-explorer
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
2400
Issues
36
Patches
365
Jobs
Commits
›
88ac279fe6467ad247508e2e0c8bc90bd282f86c
Make NodeId popup appear after longer
dnlklmn
committed
2 years ago
commit 88ac279fe6467ad247508e2e0c8bc90bd282f86c
parent
0bb5d04a4eb0666fadca5eb3de9104dcbe08d1a7
1 file changed
+1
-1
modified
src/components/HoverPopover.svelte
@@ -13,7 +13,7 @@
if (visible) {
onShow();
}
-
}, 150);
+
}, 500);
</script>
<style>