-
Notifications
You must be signed in to change notification settings - Fork 77
(message-feed) InitialMessage README #3498
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
Merged
shaneeza
merged 89 commits into
s/initial-message-integration
from
s/initial-message-readme
Feb 4, 2026
+123
−0
Merged
Changes from all commits
Commits
Show all changes
89 commits
Select commit
Hold shift + click to select a range
45120ed
refactor(MessageFeed): convert to CompoundComponent and temp remove a…
shaneeza 1277ed5
Merge branch 's/initial-message-integration' of github.com:mongodb/le…
shaneeza defdad3
refactor(MessageFeed): enhance component structure
shaneeza 958d58a
feat(MessageFeed): add MessageFeedContext
shaneeza c701f84
docs(MessageFeed): add changeset
shaneeza a6d7616
fix(MessageFeed): update error message for context provider
shaneeza e427185
refactor(Message): undo message changes
shaneeza 0d9295d
chore(MessageFeed): add compound-component dependency
shaneeza eb31dd4
chore(pnpm-lock): add compound-component to dependencies
shaneeza fbb16db
chore(MessageFeed): update dependencies for compound-component integr…
shaneeza 478ee3c
refactor(MessageFeed): move shared types
shaneeza 43fc610
Merge branch 'LG-5932-message-feed-compound' of github.com:mongodb/le…
shaneeza 8b67331
refactor(InitialMessage): update import path for shared types and use…
shaneeza 8926ff5
feat(InitialMessage): integrate MessageFeedContext to manage initial …
shaneeza bd83d5f
chore(changeset): update dependency version for @lg-chat/message-feed
shaneeza 6441471
fix(tsconfig): add missing newline at end of file
shaneeza 9e0a42e
fix(MessageFeedContext): handle error boundary for React 17 in contex…
shaneeza bebc9bf
Merge branch 'LG-5932-message-feed-compound' of github.com:mongodb/le…
shaneeza 7dcc812
feat(InitialMessage): implement styles and update component structure…
shaneeza 3516dd6
feat(InitialMessage): enhance initial message component with structur…
shaneeza 87414ee
refactor(InitialMessage): replace hardcoded title and description wit…
shaneeza 7caaef2
feat(ChatWindow): add initial message prompts and enhance message han…
shaneeza e41b22b
refactor(ChatWindow): remove enableHideOnSelect prop from Suggested P…
shaneeza 5f6e619
test(InitialMessage): add unit tests for accessibility, rendering, an…
shaneeza 1d87c3b
merge conflict
shaneeza 1ef0ae9
test(MessageFeed): enhance tests with scrollTo mock and update query …
shaneeza d4adca5
refactor(InitialMessage): simplify getWrapperStyles function and remo…
shaneeza 52846e0
chore(MessageFeed): update dependencies and tsconfig to include new L…
shaneeza eb70b3f
refactor(ChatWindow): rename initial message component and update pro…
shaneeza a33deba
chore(MessageFeed): remove unused @leafygreen-ui/hooks dependency fro…
shaneeza d7f10d4
refactor(MessageFeed): remove commented-out MyMessage component from …
shaneeza 298ffc1
chore(MessageFeed): update changeset
shaneeza 4d14756
refactor(MessageFeed): integrate MessagePrompts and MessagePrompt com…
shaneeza 770c81f
refactor(InitialMessage): update styles for title and description com…
shaneeza 5e005d2
refactor(InitialMessage): adjust inner wrapper styles with focus ring…
shaneeza 010b86f
Merge branch 'LG-5935-initial-message' of github.com:mongodb/leafygre…
shaneeza 16b306b
test(InitialMessage, MessagePrompt, MessagePrompts): enhance tests fo…
shaneeza c61fd68
refactor(InitialMessage): rename component and add message prompts fo…
shaneeza 853e636
chore(pnpm-lock): add '@lg-chat/message-prompts' dependency and clean…
shaneeza 20fd21d
test(InitialMessage, MessagePrompts): improve error handling tests fo…
shaneeza 294f879
chore(changeset): update to include new components
shaneeza 9a80426
test(InitialMessage): fix JSX syntax in type validation tests for pro…
shaneeza 4250267
test(MessageFeed): add tests for rendering MessagePrompts and its chi…
shaneeza 832aed9
feat(MessageFeed): add ResourceLists and ResourceList properties to M…
shaneeza 6276977
feat(MessageFeed): add InitialMessageWithResourceList story and updat…
shaneeza bce10f3
refactor(InitialMessage): restructure inner wrapper and remove descri…
shaneeza 41ce6d9
Merge branch 'LG-5935-initial-message' of github.com:mongodb/leafygre…
shaneeza a21c57f
Merge branch 'LG-5933-message-prompt-subcomponent' of github.com:mong…
shaneeza 9cf4178
refactor(ResourceListItem): update styles to use theme-based icon col…
shaneeza c075973
refactor(InitialMessage): integrate LeafyGreenProvider for dark mode …
shaneeza 9d657aa
merge conflict
shaneeza a8f8029
test(InitialMessage, MessageFeed): update tests to ensure proper rend…
shaneeza 4744bdc
refactor(InitialMessage): remove LeafyGreenProvider and simplify comp…
shaneeza 9a145bc
refactor(InitialMessage): remove LeafyGreenProvider and streamline co…
shaneeza 499fc40
feat(InitialMessage): add generated story for initialMessage
shaneeza 75a2d91
merge conflict
shaneeza ae55764
feat(InitialMessage): enhance story with interactive MessagePrompts a…
shaneeza 6271cc1
Merge branch 'LG-5933-message-prompt-subcomponent' of github.com:mong…
shaneeza 98a80a0
chore(ALL_PACKAGES): revert ALL_PACKAGES
shaneeza 11df000
Merge branch 'LG-5933-message-prompt-subcomponent' of github.com:mong…
shaneeza ad25ee1
fix(InitialMessage): remove unused darkMode prop from story and inclu…
shaneeza 7568f39
feat(ResourceList): integrate LeafyGreenProvider for dark mode suppor…
shaneeza c2168bd
feat(InitialMessage): add additional resource list items and update s…
shaneeza 81a414d
fix(ResourceListItem): update prop documentation for glyph and childr…
shaneeza 8b702da
docs(MessageFeed): update changeset
shaneeza 338cbec
refactor(InitialMessage): update AssistantAvatar size and adjust prop…
shaneeza 9db8c4d
fix(InitialMessage): export InitialMessageProps type for better type …
shaneeza 748ef93
refactor(InitialMessage): Components to components
shaneeza da60688
refactor(InitialMessage): update import paths from Components to comp…
shaneeza 730e077
feat(InitialMessage): add interactive story for message addition with…
shaneeza 308b6b5
fix(InitialMessage): add visibility property to transition styles for…
shaneeza 9572937
feat(MessageFeed): enhance InitialMessage stories with new message ha…
shaneeza e8c475c
feat(InitialMessage): rename Components to components
shaneeza 983cd0c
fix(InitialMessage): update import paths from Components to component…
shaneeza cfaee9f
merge conflict
shaneeza 3ee02ba
refactor(InitialMessage): replace MessageFeedSubcomponentProperty wit…
shaneeza b43ec06
feat(MessagePromptsItem): add MessagePromptsItem component with assoc…
shaneeza b7fecc6
refactor(MessagePrompts): rename MessagePrompt to MessagePromptsItem …
shaneeza e973728
feat(InitialMessage): implement InitialMessage component with accessi…
shaneeza e4d522f
fix(MessageFeed): correct import paths for InitialMessage component
shaneeza a149ead
merge conflict
shaneeza cf3f1b3
feat(ResourceListItem): export ResourceListItemProps type for improve…
shaneeza 07e9346
test(InitialMessage): add tests for ResourceList subcomponent and upd…
shaneeza cfe55a0
wip
shaneeza f12788e
docs(README): enhance documentation for MessageFeed and InitialMessag…
shaneeza 2ec8be4
fix(README): correct syntax errors in useState initialization and upd…
shaneeza d508f6c
merge conflict
shaneeza f60b848
Merge branch 's/initial-message-integration' of github.com:mongodb/le…
shaneeza 71c8b37
docs(MessageFeed): update README primary example
shaneeza File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
can we replace the existing example entirely now that this is the recommended way to use this component?