-
Notifications
You must be signed in to change notification settings - Fork 382
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use qs web component #1895
Use qs web component #1895
Conversation
This needs: quarkusio/search.quarkus.io#58 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I added a few comments below.
ef1b72e
to
632949d
Compare
🙈 The PR is closed and the preview is expired. |
I rebased to fix a conflict and the preview should work. |
Ok it works and can be tested in the preview 🥳 |
Thanks Andy. I noticed a few things:
|
@marko-bekhta good catch, I never experienced it because there is no latency locally :) |
Thanks, but we didn't experience that before, so surely there's been a change that triggers it. Is that change worth doubling the latency? |
Ok this should fix most of the issues you experienced: |
For the |
@yrodiere @marko-bekhta could you give it a new try, and if it's good we can merge :) |
Will be fixed in quarkusio/search.quarkus.io#223 , thanks @marko-bekhta .
Still the same problem:
Still the same problem -- is this just a limitation of the preview? Did you test "old" guide lists locally, e.g. the one for 2.7?
Fixed, thanks. |
🙏
I can't reproduce this issue because I suspect it's a latency issue. I have a good idea of why: the search form detects the change which starts a search, and then loads the page. I have a fix and I created a PR for it on search.quarkus.io
Yes I tested it locally and it works fine
yeahh! |
@yrodiere so when the latest PR is in prod, we can merge this right? |
Seems to work now, thanks |
LGTM thanks; feel free to merge whenever you have time to handle the possible consequences :) |
🤞 |
This is a draft until I come back from PTOs
It mostly need CSS cleaning to be ready..
The search service needs to be started locally, and it might require some change in the Chrome config to allow cors on localhost.