Replies: 4 comments
-
Hi @Elberet , yes, I had this on mind since a while. But let me give you an update. The hash UI router does not exist anymore on Version 4 (#1197) and is already being tested and develop with other new features we will deliver soon in the So, that said, I'd recommend you apply tour changes on top or (#1195) branch if you want to succeed with this feature. |
Beta Was this translation helpful? Give feedback.
-
Ah, thanks for that tip. I didn't realize that a new major version was already in the works, so I thought this was an undocumented and bugged feature. |
Beta Was this translation helpful? Give feedback.
-
I'll ping you when we reach the beta in the next months :-) |
Beta Was this translation helpful? Give feedback.
-
Thanks! 😄 |
Beta Was this translation helpful? Give feedback.
-
We're running Verdaccio as an internal NPM registry for development tools. Some of these tools use a plugin pattern where the tool inspects another package's dependencies and loads packages with a given keyword as plugins.
I would like to build a link to our Verdaccio instance which automatically fills in the search field and displays the package list filtered by a keyword. I've found code that supposedly does that here:
verdaccio/src/webui/router.js
Line 22 in 12d1533
Unfortunately, a link of the form
http://npm.corp.example:8080/#/search/my-tool-plugin
results in a blank page; the usual header and footer are rendered, and there are no errors logged in the console.I'm using the
verdaccio/verdaccio:3.11.4
docker image with theverdaccio-auth-gitlab
plugin, my browser is Chrome 72.Beta Was this translation helpful? Give feedback.
All reactions