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

SendouQ chat #1508

Merged
merged 44 commits into from
Sep 24, 2023
Merged

SendouQ chat #1508

merged 44 commits into from
Sep 24, 2023

Commits on Aug 27, 2023

  1. Chat initial component

    Sendouc committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    c2b216c View commit details
    Browse the repository at this point in the history
  2. Connect to websocket

    Sendouc committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    34c548e View commit details
    Browse the repository at this point in the history
  3. Chat render actual messages

    Sendouc committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    7516598 View commit details
    Browse the repository at this point in the history
  4. Chat keep scrolled to bottom

    Sendouc committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    eb18230 View commit details
    Browse the repository at this point in the history
  5. Pending messages

    Sendouc committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    0a6d41d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Pass rooms as arg

    Sendouc committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4e8f03d View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Chat with tabs

    Sendouc committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4b7c124 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    9cd04dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    625d6f2 View commit details
    Browse the repository at this point in the history
  3. Message max length

    Sendouc committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    3224897 View commit details
    Browse the repository at this point in the history
  4. Looking tabs initial

    Sendouc committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    2e6b563 View commit details
    Browse the repository at this point in the history
  5. Fixes

    Sendouc committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    3f8c04f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

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

Commits on Sep 16, 2023

  1. Add reconnecting websocket

    Sendouc committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    b8a4c05 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Patron custom color

    Sendouc committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    0e89c7e View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Change ChatMessage data model

    Sendouc committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    7088df5 View commit details
    Browse the repository at this point in the history
  2. Fix mobile layout

    Sendouc committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    15b3cde View commit details
    Browse the repository at this point in the history
  3. Add clean up to useEffect

    Sendouc committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    2dde279 View commit details
    Browse the repository at this point in the history
  4. Chat codes

    Sendouc committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b034179 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    010484a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6ed9ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2e30c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. New tabs

    Sendouc committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    071762e View commit details
    Browse the repository at this point in the history
  2. Tabs for mobile

    Sendouc committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    f40e7ca View commit details
    Browse the repository at this point in the history
  3. Add TODOs

    Sendouc committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    fff7301 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    4ae7caf View commit details
    Browse the repository at this point in the history
  2. Chat styling

    Sendouc committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    a745e3e View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Redesign group cards

    Sendouc committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    257d968 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Bring back manager buttons

    Sendouc committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    b13ad18 View commit details
    Browse the repository at this point in the history
  2. Remove flipped

    Sendouc committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    eb06c60 View commit details
    Browse the repository at this point in the history
  3. Remove unused code

    Sendouc committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    c5d07c6 View commit details
    Browse the repository at this point in the history
  4. Align better

    Sendouc committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    99e4188 View commit details
    Browse the repository at this point in the history
  5. Link to user profile

    Sendouc committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    fdb5540 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8880e9e View commit details
    Browse the repository at this point in the history
  7. Fix view when group expired

    Sendouc committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    53a0637 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f869cd0 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2023

  1. Configuration menu
    Copy the full SHA
    f442573 View commit details
    Browse the repository at this point in the history
  2. Remove filters for now

    Sendouc committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    7fc2edc View commit details
    Browse the repository at this point in the history
  3. Fix chat number align

    Sendouc committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    3172a22 View commit details
    Browse the repository at this point in the history
  4. Fix chat unseen messages

    Sendouc committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    4b7d8e6 View commit details
    Browse the repository at this point in the history
  5. Hide chat when alone

    Sendouc committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    e0f9c9f View commit details
    Browse the repository at this point in the history
  6. Remove rest todos

    Sendouc committed Sep 24, 2023
    Configuration menu
    Copy the full SHA
    1e863eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89939c8 View commit details
    Browse the repository at this point in the history