feat: add category nav component #29
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Hi team, just wanted to get the ball rolling with the implementation for #7
Very much a rough draft atm, would just love some light guidance on which direction to take this (namely sourcing the icons)
@marcbouchenoire
Screen.Recording.2025-12-15.at.11.32.55.mov
Discussion points
site/src/components/reactions.tsxconfigurable locally, so the Liveblocks key wouldn't be necessary? Currently have to comment out the<ServerReactions />component andLiveblocksClient()to test things<EmojiPickerPrimitive.CategoryNav />& we could remove the need to pass any childrenMarket research
Note
Introduces
EmojiPicker.CategoryNavwith scrolling to categories, updates examples to use it, and disables server reactions in the site for local testing.CategoryNav: ImplementsEmojiPicker.CategoryNavexposing categories withscrollTohandlers.EmojiPickerCategoryNavPropsand related render props; re-exports fromsrc/index.ts.CategoryNavinto usage examples (site/src/examples/usage/*).site/src/components/reactions.tsx.site/next-env.d.tsto./.next/dev/types/routes.d.ts.Written by Cursor Bugbot for commit 4a5de18. This will update automatically on new commits. Configure here.