-
Notifications
You must be signed in to change notification settings - Fork 296
ui: add ndb search to universe view #2464
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
Conversation
This PR adds the NDB search functionality from the pull down search in the posting timeline to the universe view. Changelog-Added: Added NDB search functionality to the universe view Signed-off-by: ericholguin <[email protected]>
I didn't see this until now... will test soon after these ios18 fixes land |
testing this now |
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.
Thank you @ericholguin! I really liked this new feature, I think it significantly improves search UX.
I just added two minor comments, but otherwise looks good to me!
.overlay( | ||
RoundedRectangle(cornerRadius: 20) | ||
.stroke(DamusColors.neutral3, lineWidth: 1) | ||
) |
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.
We should define this gray button style as a reusable view, to reduce code duplication between TextSearch
and HashtagSearch
HStack { | ||
HashtagSearch(multi.hashtag) | ||
TextSearch(multi.text) | ||
} |
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.
William Casarin (3): search: use lazyvstack search: expand search results to 128 ericholguin (1): ui: add ndb search to universe view
merged and expanded the search results to 128! |
This PR adds the NDB search functionality from the pull down search in the posting timeline to the universe view.
https://v.nostr.build/LtG2oHq7kUUPuMKX.mp4
Changelog-Added: Added NDB search functionality to the universe view