Skip to content

Conversation

@2002Bishwajeet
Copy link
Member

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants