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

Gated group info #795

Merged
merged 7 commits into from
Oct 18, 2023
Merged

Gated group info #795

merged 7 commits into from
Oct 18, 2023

Conversation

mishramonalisha76
Copy link
Collaborator

No description provided.

mishramonalisha76 and others added 7 commits October 16, 2023 14:33
…ader in type of group (#788)

* fix: fixed lint issues in chat (#784)

* feat: changed styled-components version

* fix: changed header and subheader as per the instructions

---------

Co-authored-by: Monalisha Mishra <[email protected]>
Co-authored-by: Monalisha Mishra <[email protected]>
* feat: group info loading done

* feat: logs cleared

* fix: fixed minor issues

---------

Co-authored-by: Monalisha Mishra <[email protected]>
@github-actions
Copy link

File: packages/examples/sdk-frontend-react/src/app/ChatUITest/ChatViewComponent.tsx

  • The import statement for CreateGroupModal is not being used and can be removed.
  • The import statement for ChatViewComponent is importing from the wrong path. It should be '@pushprotocol/uiweb' instead of '@pushprotocol/uiweb'.
  • The CreateGroupModal component is commented out. Is this intended? If not, it can be uncommented.

File: packages/uiweb/package.json

  • The closing brace for the "dependencies" key is missing.

File: packages/uiweb/src/lib/components/chat/ChatProfile/ChatProfile.tsx

  • The import statements for PublicChatIcon, GreyImage, InfoIcon, and VerticalEllipsisIcon are missing a closing brace. Each import statement should end with ';'.
  • The closing brace for the Options component is missing.
  • The closing brace for the if (groupInfo && isGroup) condition is missing.
  • The closing parenthesis for the ChatProfile function component is missing.
  • The export statement for ChatProfile is missing a closing parenthesis.

File: packages/uiweb/src/lib/components/chat/ChatProfile/GroupInfoModal.tsx

  • This file is empty. Please provide the code for review.

File: packages/uiweb/src/lib/components/chat/CreateGroup/AddCriteria.tsx

  • The dropdownCategoryValues object is missing a closing brace for the PUSH property.
  • The dropdownSubCategoryValues object is missing a closing brace for the ERC721 property.
  • The dropdownSubCategoryValues object is missing a closing brace for the CustomEndpoint property.
  • The dropdownChainsValues array is missing a closing brace for the BSC object.

File: packages/uiweb/src/lib/components/chat/CreateGroup/CreateGroupType.tsx

  • The GROUP_TYPE_OPTIONS array is missing a closing brace for the first object.
  • The AddConditionSection component is missing a closing parenthesis.

Please provide the missing code for further review.

@mohammeds1992 mohammeds1992 merged commit 5aa18e1 into alpha Oct 18, 2023
1 check passed
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.

4 participants