Open
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR renames DotYouClient to OdinClient across the codebase, updating both import statements and client usage in components, providers, and documentation.
- Renamed context hook from useDotYouClientContext to useOdinClientContext
- Updated client references in UI components and routes
- Revised documentation to reflect the new OdinClient usage
Reviewed Changes
Copilot reviewed 362 out of 362 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| packages/apps/chat-app/src/components/Chat/Detail/Media/ChatMediaGallery.tsx | Updated context hook and prop names for image components. |
| packages/apps/chat-app/src/components/Chat/Detail/Media/ChatMedia.tsx | Replaced references to DotYouClient with OdinClient. |
| packages/apps/chat-app/src/components/Chat/Detail/EmbeddedMessage.tsx | Updated client usage in authentication and sender identity retrieval. |
| packages/apps/chat-app/src/components/Chat/Detail/ContextMenu.tsx | Revised context hook usage for authorization data. |
| packages/apps/chat-app/src/components/Chat/Detail/ChatMessageItem.tsx | Updated client calls consistently. |
| packages/apps/chat-app/src/components/Chat/Detail/ChatMessageInfo.tsx | Changed context hook usage in message info components. |
| packages/apps/chat-app/src/components/Chat/Detail/ChatInfo.tsx | Updated client instantiation and provider components accordingly. |
| packages/apps/chat-app/src/components/Chat/Detail/ChatDeliveryIndicator.tsx | Replaced DotYouClient with OdinClient for delivery status logic. |
| packages/apps/chat-app/src/components/Chat/Conversations/Sidenav/EditConversationGroup.tsx | Updated context hook usage for editing conversation groups. |
| packages/apps/chat-app/src/components/Chat/Conversations/Item/ConversationTitle.tsx | Updated client instantiation and link references. |
| packages/apps/chat-app/src/components/Chat/Conversations/Item/ConversationListItem.tsx | Revised context hook for listing conversation items. |
| packages/apps/chat-app/src/components/Chat/Conversations/Item/ConversationItem.tsx | Updated context hook usage for individual conversation items. |
| packages/apps/chat-app/src/components/Chat/Conversations/Item/ConversationAvatar.tsx | Updated image component props and context hooks. |
| packages/apps/chat-app/src/components/Chat/Composer/ChatReactionComposer.tsx | Updated context hook usage to use OdinClient. |
| packages/apps/chat-app/src/components/Auth/LoginBox/LoginBox.tsx | Revised client usage in authentication flows. |
| packages/apps/chat-app/src/app/App.tsx | Updated provider components and context hook calls. |
| docs/ui-lib/index.md | Adjusted documentation to refer to OdinClient instead of DotYouClient. |
| docs/js-lib/core/OdinClient.md | Added new documentation for the OdinClient. |
| docs/js-lib/core/DotYouClient.md | Removed outdated DotYouClient documentation. |
| README.md | Updated prerequisite and usage information for OdinClient. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.