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/ntgl 820 create friend group modal #822

Draft
wants to merge 73 commits into
base: dev
Choose a base branch
from

Conversation

jasttran
Copy link
Contributor

@jasttran jasttran commented Apr 25, 2024

Created a new component 'AddGroupButton' that appears in the Navbar and opens a dialogue to create a new friend group.

It is composed of:

  • StyledDialogTitle which contains the 'Add a Group' title and the 'X' close button
  • StyledUploadImageContainer which is composed of the two circles
    • CircleOutline: displays the image
    • EditImagePopOver: edit icon that opens a popover with a Textfield to input image address.
  • Group Name Text Field
  • Select Group Members Autocomplete Component where the properties renderTags is the customization of the selected member chips, and renderOption is the customization of the options listed in the dropdown.
  • StyledDialogActions which contains the Cancel and Create buttons at the bottom of the dialog.
image
  • Remove the dummy friends database at the bottom of the file
  • Once backend is completed, implement creating a group
  • Default image

@Rayahhhmed
Copy link
Contributor

nice draft pr

@Shzmj Shzmj linked an issue May 10, 2024 that may be closed by this pull request
Rayahhhmed and others added 30 commits May 26, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Create friend group modal
4 participants