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

WIP: Group DMs #27

Closed
wants to merge 7 commits into from
Closed

WIP: Group DMs #27

wants to merge 7 commits into from

Commits on Jan 13, 2021

  1. feat(GroupDM): add basic group DMs

    style: some files got linted
    Maks-s committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    fb3962f View commit details
    Browse the repository at this point in the history
  2. fix(UsersList): correct channel type filtering

    Ruslan Garifullin committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    c0e6a0a View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. feat(GroupDM): Show members list when in a Group DM

    refactor(GDMButton): Use name instead of getName/setName
    Maks-s committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    36f48ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e11b3b5 View commit details
    Browse the repository at this point in the history
  3. fix(GroupDM MembersList): Fix clickable user button

    refactor(DMChannel): Move DMChannel to BaseUserButton
    Maks-s committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    973d626 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. feat(GroupDM): add "Add recipient" button. Currently not working beca…

    …use relationships aren't implemented
    
    feat(GroupDM/Titlebar): add base for editing group DM's name in titlebar
    feat(GroupDMChannel): add delete() function
    fix(discord.js): fix error in Util.cleanContent
    Maks-s committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    a29cbed View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. feat(GroupDM): add Leave Server button

    feat(GroupDM): add context menu
    feat(GroupDM): rename group DM in titlebar
    fix(GroupDMChannel): mute option
    fix(Actions): error when channel wasn't in a guild
    Maks-s committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    89935dc View commit details
    Browse the repository at this point in the history