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

fix: fixed image size and group type text #790

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

mishramonalisha76
Copy link
Collaborator

No description provided.

@github-actions
Copy link

In the file packages/examples/sdk-frontend-react/src/app/ChatUITest/ChatViewComponent.tsx:

  1. The import statement for ChatViewComponent should be removed because it is already the name of the component being exported from this file.
  2. There is a missing closing brace } after the property width in the style object of the ChatViewComponent component.

In the file packages/uiweb/src/lib/components/chat/CreateGroup/AutoImageClipper.tsx:

  1. The cropType type is misspelled as CropType in the import statement.
  2. The CroppedAreaPixels type is missing a closing brace }.
  3. The AutoImageClipper component is missing a closing brace }.
  4. The Container component is missing a closing brace }.

In the file packages/uiweb/src/lib/components/chat/CreateGroup/CreateGroupModal.tsx:

  1. The file is empty. Please add the required code.

In the file packages/uiweb/src/lib/components/chat/CreateGroup/CreateGroupType.tsx:

  1. The closing brace } after the property heading is missing.
  2. The closing brace } after the property subHeading is missing.
  3. The import statement for ProfilePicture is unused and should be removed.

In the file packages/uiweb/src/lib/components/chat/helpers/tokenGatedGroup.ts:

  1. The handleDefineCondition function is missing a closing brace }.

In the file packages/uiweb/src/lib/components/chat/helpers/tokenHelpers/chain.ts:

  1. The file is empty. Please add the required code.

In the file packages/uiweb/src/lib/components/chat/reusables/OptionButtons.tsx:

  1. The file is empty. Please add the required code.

@mishramonalisha76 mishramonalisha76 merged commit b088d6d into gated-group-info Oct 17, 2023
1 check passed
mohammeds1992 pushed a commit that referenced this pull request Oct 18, 2023
* fix: uncommented group info

* fix: fixed image size and group type text (#790)

* feat: changed styled-components version and changed header and sub header 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]>

* fix: adde chat id in group info

* fix: added click to copy

* feat: group info loading done (#793)

* feat: group info loading done

* feat: logs cleared

* fix: fixed minor issues

---------

Co-authored-by: Monalisha Mishra <[email protected]>

---------

Co-authored-by: Satyam <[email protected]>
Co-authored-by: Abishek Bashyal <[email protected]>
mohammeds1992 pushed a commit that referenced this pull request Oct 19, 2023
* fix: uncommented group info

* fix: fixed image size and group type text (#790)

* feat: changed styled-components version and changed header and sub header 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]>

* fix: adde chat id in group info

* fix: added click to copy

* feat: group info loading done (#793)

* feat: group info loading done

* feat: logs cleared

* fix: fixed minor issues

---------

Co-authored-by: Monalisha Mishra <[email protected]>

* fix: fixed build issues

---------

Co-authored-by: Satyam <[email protected]>
Co-authored-by: Abishek Bashyal <[email protected]>
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.

1 participant