-
Notifications
You must be signed in to change notification settings - Fork 15
updates search result cards to match redesign in the feed #539
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
base: main
Are you sure you want to change the base?
Conversation
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
… stripHTML tags to avoid reDoS exploit
|
Gave it some thought and I think we should use a context. Reason being, our UI decision making is quite dependent on where its rendered. We could always keep passing props but I'd rather avoid doing so and make UI decisions based on the context. Example: Then Then in |
… adds FeedViewContext
|



https://www.loom.com/share/300b3f49475246feaf15e5feb552144a
Before and after in the loom