-
Notifications
You must be signed in to change notification settings - Fork 144
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
711 search box #832
base: main
Are you sure you want to change the base?
711 search box #832
Conversation
|
commit: |
Hey @JerryWu1234 is this still in draft? |
Hey I went through the PR and here's some things that I noticed:
Is there a reason you remade a modal from scratch instead of using the Qwik UI modal? The Qwik UI modal has focus trap functionality out of the box.
In dev mode the search bar opens sometimes. In preview mode I don't see the search bar icon, but I do is it when running the cloudflare preview which is interesting |
Thanks @JerryWu1234! Don't hesitate to request our review when you've been through all issues above 🙏 |
I'm on honeymoon. And will continue to work next week |
… into 711_search_box
Just tested it out. Really cool to see the progress @JerryWu1234! 很棒😊😛 Just one thing I noticed. After selecting a search item on the modal it disappears but then it's not possible to scroll on the page anymore. Have you switched to using the Qwik UI Modal? |
yes I have |
I will check it after you fix that error. |
@JerryWu1234 I fixed the error in #944 . Was simply a matter of adding |
�thanks |
Actually, I didn't use any css in my PR. lol. |
That's normal I couldn't merge my fix yet. I don't understand what's blocking you here. Does the error message prevent you from doing something? Imo you can just ignore the message. No need to 'pnpm build' you can just run preview. |
"OK, this bug will block me a little. If there are results that were searched, a new page will open when I click an item on the list. However I can ignore it now |
What is it?
Why is it needed?
Checklist:
pnpm change
and documented my changes