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

Feature: Implement chat DMs between friends #128

Merged
merged 6 commits into from
Nov 27, 2023
Merged

Feature: Implement chat DMs between friends #128

merged 6 commits into from
Nov 27, 2023

Commits on Nov 26, 2023

  1. feat: implement chat DMs between friends

    - Remove finished todos
    - Add some alt text to components
    - Private chats don't show in the main chat lobby anymore
    - Only private chats created by the user are temporarily displayed in the chat lobby
    - If a user resets its chat component, all of the DM chats are removed
    - All chat DMs are database persisted
    vcwild committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    9f8bd55 View commit details
    Browse the repository at this point in the history
  2. lint: remove unused imports

    vcwild committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    de8e1f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7074bf3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0a8213 View commit details
    Browse the repository at this point in the history
  5. style: fixed chat width

    iaurg committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    309ca58 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6ef033 View commit details
    Browse the repository at this point in the history