-
Notifications
You must be signed in to change notification settings - Fork 22
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
"Searching..." overlay does not automatically disappear once the search is complete #208
Comments
I want to resolve this issue, but I face some problems running this project.
|
Hi @CouldBeFree, thanks for looking into this! The error you're getting means that you haven't installed WasmEdge, or the build system cannot find your installation of WasmEdge. Have you followed the build & setup instructions in the readme? https://github.com/moxin-org/moxin/tree/dev?tab=readme-ov-file#building-and-running
Also, make sure to use the latest |
@kevinaboos thank you for your support. I can't reproduce this bug, searching disappeared as expected Screen.Recording.compressed.mp4 |
I am using Ubuntu, and initially, I also encountered this problem. When I was fixing it, I adjusted the order of the logic code which resolved the issue, but the logic became incorrect. I added a |
We'll review this behavior in Makepad: |
yep, it appears to be working on macOS but not on other platforms, indicating a bug in the UI framework itself. Thanks for helping us test. |
After searching for a term on the "Discover" screen, the
Searching...
animation will be shown forever until the user scrolls on the screen.See screenshot below, which will remain on the screen indefinitely until the user scrolls up or down.
I assume the problem is related to something like a forgotten call to
redraw()
after the search results have been fully returned.The text was updated successfully, but these errors were encountered: