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

Alpha deployment #1121

Merged
merged 46 commits into from
Feb 21, 2024
Merged

Alpha deployment #1121

merged 46 commits into from
Feb 21, 2024

Conversation

mishramonalisha76
Copy link
Collaborator

Fixes Issue

Changes proposed

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

Note to reviewers

mohammeds1992 and others added 30 commits January 3, 2024 13:41
@mohammeds1992 mohammeds1992 merged commit 9c6383c into alpha Feb 21, 2024
1 check passed
Copy link

In ChatPreviewList.tsx:

  1. There is a missing closing curly brace '}' after the switch statement in the list method.
  2. The handleAddressChange function is not correctly updating the address state. It should update the state with the current value of the input field.
  3. In the
    tag, there is a missing closing angle bracket '/>'.
  4. The Checkbox component is missing the 'type' attribute, which could cause issues.

In ChatViewComponent.tsx:

  1. The ChatViewComponentCard styled component is not imported from styled-components.
  2. The onClick event in the img tag should use 'console.log' instead of 'console.debug'.
  3. The commented out welcomeComponent prop should be within braces.

In space.ts:

  1. The trending method is missing the 'page' and 'limit' parameters.
  2. The history method is missing proper closing braces and semicolons.

In helper.ts:

  1. The encrypt and decrypt functions are defined but not used. It seems like some code snippets are missing or not included in the provided snippet.

All other files are not reviewed as they were not mentioned to be checked.

Overall, there are some syntax errors and missing implementations in the provided snippets that need to be fixed.

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.

2 participants