Skip to content
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

Feat/chat components #621

Merged
merged 15 commits into from
Aug 9, 2023
Merged

Feat/chat components #621

merged 15 commits into from
Aug 9, 2023

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    51348e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec9485f View commit details
    Browse the repository at this point in the history
  3. Chat dataprovider (#596)

    * feat: data provider for chat component
    
    * fix: replaced react.usestate to usestate
    
    * fix: added props as the initial state and changed state name
    
    * fix: reverted chat context changes and renamed values
    KlausMikhaelson authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    5a3c3c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce78524 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. added chatbubble component (#602)

    * feat: added chatbubble component
    
    * fix: made the messageBubble's width to fit-content
    
    ---------
    
    Co-authored-by: Monalisha Mishra <42746736+mishramonalisha76@users.noreply.github.com>
    KlausMikhaelson and mishramonalisha76 authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ef37fb9 View commit details
    Browse the repository at this point in the history
  2. fix: added theme

    mishramonalisha76 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    a9c0a25 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Group chat bubble (#604)

    * feat: moved test component to testui folder & replaced dummy data with sdk response
    
    * feat: added twitter card and address for group chat received msg
    
    * feat: made the messageaddress reusable, added account from context
    
    * fix: removed unnecessary div and unused props and console logs
    KlausMikhaelson authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    0f7f1b3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    eb71bbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59d034c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e85ba71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bba5642 View commit details
    Browse the repository at this point in the history
  5. fix: fixed theme and decryptedPrivateKey name (#616)

    * fix: fixed theme and decryptedPrivateKey name
    
    * fix: fixed bug
    
    * fix: fixed theme reviews
    mishramonalisha76 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    120a52d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #617 from ethereum-push-notification-service/pfp-c…

    …hat-bubbles
    
    added profile picture in the message bubble for group chat
    KlausMikhaelson authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    90c4421 View commit details
    Browse the repository at this point in the history
  7. Message list (#615)

    * fix: message list comp
    
    * fix: message list comp
    
    * fix: added pagination
    
    * fix: added pagination
    
    * fix: pagination
    
    * fix: create useChatData hook
    
    * fix: fixed minor bug
    
    * fix: socket issues fixed
    mishramonalisha76 authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ad8459c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. fix: added theme in msgbubble (#620)

    * fix: added theme in msgbubble
    
    * fix: fixed import
    
    ---------
    
    Co-authored-by: Monalisha Mishra <mishramonalisha76@gmail.com>
    KlausMikhaelson and mishramonalisha76 authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    b374b0a View commit details
    Browse the repository at this point in the history