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
›
175f5b701c2393952c5e102cbfe5b600f1e1a8bd
Fix regression where loading bar isn't shown anymore
Rūdolfs Ošiņš
committed
2 months ago
commit 175f5b701c2393952c5e102cbfe5b600f1e1a8bd
parent
c38e04ac7ce69e1ecc90047b905c135621c1245a
1 file changed
+1
-1
modified
src/App/LoadingBar.svelte
@@ -9,7 +9,7 @@
width: 0%;
opacity: 0;
position: fixed;
-
z-index: 10;
+
z-index: 300;
transition: width 2s ease;
}