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: functionality to view unread messages and mark messages as read. #2353

Open
wants to merge 40 commits into
base: develop-postgres
Choose a base branch
from

Commits on Jun 8, 2024

  1. Initial commit

    disha1202 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    1ca936b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    c42da5e View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Configuration menu
    Copy the full SHA
    3742346 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. implemented group chats

    disha1202 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    06f4af4 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    c18b97b View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. refactor chat functionality

    disha1202 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    cbde8f7 View commit details
    Browse the repository at this point in the history
  2. fix format

    disha1202 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    9950269 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. refactor code

    disha1202 committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    77a392c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. fix failing tests

    disha1202 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    eb54545 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09427e6 View commit details
    Browse the repository at this point in the history
  3. removed unwanted code

    disha1202 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6fbaaa2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fffdc5 View commit details
    Browse the repository at this point in the history
  5. removed unwanted code

    disha1202 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f76dc3e View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2024

  1. Configuration menu
    Copy the full SHA
    d4864a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    75fa6c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Updated chat schema

    disha1202 committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    58086e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. fix: contact card ui

    disha1202 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4d6f9a6 View commit details
    Browse the repository at this point in the history
  2. removed unwanted code

    disha1202 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a68dcb4 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    3df2541 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    15385ae View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    1ee07f3 View commit details
    Browse the repository at this point in the history
  2. fix: formatting issues

    disha1202 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    4525924 View commit details
    Browse the repository at this point in the history
  3. fix: formatting issue

    disha1202 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f4b6fd0 View commit details
    Browse the repository at this point in the history
  4. fix: formatting issue

    disha1202 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    74899fd View commit details
    Browse the repository at this point in the history
  5. fix: type errors

    disha1202 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    450b587 View commit details
    Browse the repository at this point in the history
  6. fix: tsdoc error

    disha1202 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b1790e2 View commit details
    Browse the repository at this point in the history
  7. fix: formatting errors

    disha1202 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    fe66f0a View commit details
    Browse the repository at this point in the history
  8. improve code coverage

    disha1202 committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    352b6b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. improved code coverage

    disha1202 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9a661e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    580260a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    182eded View commit details
    Browse the repository at this point in the history
  2. Update Chat.tsx

    disha1202 authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e6e5c24 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    426f34c View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. fix: failing test cases

    disha1202 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    11265e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85f698c View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    d541812 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. fix: failing tests

    disha1202 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    635a115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d581e8 View commit details
    Browse the repository at this point in the history
  3. reverted unwanted changes

    disha1202 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    4b3850a View commit details
    Browse the repository at this point in the history
  4. revert unwanted changes

    disha1202 committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    da51531 View commit details
    Browse the repository at this point in the history