Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Add support for project search
Alexis Sellier committed 4 years ago
commit ae2ae5888514ba24bcc70587ef81cc6e9aa1abf7
parent b585a5916357cdb7efa062aa395229107f0944c9
1 file changed +2 -2
modified src/base/resolver/Query.svelte
@@ -22,8 +22,8 @@
          navigate(`/users/${query}`, { replace: true });
        }
      } else if (utils.isRadicleId(query)) {
-
        // Go to Radicle entity.
-
        alert("Radicle IDs are not yet supported");
+
        // Go to Radicle project.
+
        navigate(`/projects/${query}`, { replace: true });
      } else {
        let label = utils.parseEnsLabel(query, config);
        if (label.includes(".")) {