Search UI does not respond when there are a lot of results #967
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#967
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For example if I search "more" the UI is completely blocked, I cannot scroll, type, etc.
If I click the input and type something, I can see it after several seconds (the cursor does not even blink).
This could related to #954.
macOS -
ea6bb841Same problem on Linux.
The search results are all trying to load their respective metadata and avatars, and that clogs things up.
We might optimize this to only load metadata and avatars for the things you actually see on the screen, like we do in feeds. Feeds are smart about what is visually available, but none of the other pages are.