You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was pinged on a PR to enhance the search experience on quarkus.io. This was using Vue and I thought it would not have been easy to maintain on the long term.
This is why I suggested using the web-bundler and make it a Full-stack Web Component instead. This would be a good show-case for this use-case and would make this tool easier to maintain.. Win Win.
It took quite some time to implement as there are big constraints (fallbacks) due to infrastructure restriction in the community.
For the icons copyright, I've used the one from quarkusio so we should mimic what they are doing?
Search should only get triggered when a minimum number of chars is entered OR a category is selected ; it's already implemented in the existing Vue application, see the request here and the code here and there.
I was pinged on a PR to enhance the search experience on quarkus.io. This was using Vue and I thought it would not have been easy to maintain on the long term.
This is why I suggested using the web-bundler and make it a Full-stack Web Component instead. This would be a good show-case for this use-case and would make this tool easier to maintain.. Win Win.
It took quite some time to implement as there are big constraints (fallbacks) due to infrastructure restriction in the community.
The web-component is implemented quarkusio/search.quarkus.io#58
Missing pieces to make it available in production:
The text was updated successfully, but these errors were encountered: