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

chat components in dapp #1407

Closed
wants to merge 10 commits into from
Closed

chat components in dapp #1407

wants to merge 10 commits into from

Conversation

mishramonalisha76
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Feb 1, 2024

In package.json:

  • Line 44: Typo, "Provess" should be "Process".
  • Line 85: Typo, "const extendConsole = () => {" should be "const extendConsole = () => {".
  • Line 92: Missing closing curly brace after "disabledConsoles[level] = window.console[level];".

In src/App.tsx:

  • Line 27: Missing closing parenthesis after "disabledConsoles[level] = window.console[level];".
  • Line 32: Commented out code block is not needed, should be removed.
  • Line 100: Unused variable "dispatch".
  • Line 126: Unused variable "currentTime".

In src/components/chat/w2wChat/searchBar/SearchBar.tsx:

  • Line 39: Commented out code block is not needed, should be removed.
  • Line 51: Unused variable "isLoadingSearch".
  • Line 104: Unused function "clearInput".

In src/types/chat.ts:

  • Line 51: Missing closing curly brace after "groupInformation?: IGroup".

In yarn.lock:

  • No issues found.

All looks good.

Copy link

github-actions bot commented Feb 5, 2024

In package.json:

  • Line 17: "dependencies" is misspelled as "dependecies".
  • Line 19-23: The strings "undefined" should be replaced with the undefined value.
  • Line 24-25: The closing parentheses and curly braces for the if statements are missing.
  • Line 31-33: The closing parentheses and curly braces for the if statement are missing.
  • Line 36: The closing parentheses for the try statement are missing.
  • Line 37: "console()" should be "console.log()".
  • Line 44: "Provess" should be "Process".
  • Line 51-52: The closing parentheses and curly braces for the if statement are missing.
  • Line 54-57: The closing parentheses and curly braces for the if statement are missing.

In src/App.tsx:

  • Line 98: The closing parentheses for the useEffect hook are missing.

In src/components/chat/w2wChat/searchBar/SearchBar.tsx:

  • Line 31: "activeTab" should be "activeTab === 3".
  • Line 220: "activeTab == 3" should be "activeTab === 3".
  • Line 307: The closing parentheses for the useEffect hook are missing.

In src/types/chat.ts:

  • Line 40: The closing parentheses for the TwitterFeedReturnType interface are missing.
  • Line 47: The closing parentheses for the BlockedLoadingI interface are missing.
  • Line 52: The closing parentheses for the AppContext interface are missing.
  • Line 63: The closing parentheses for the setFilteredUserData function in the AppContext interface are missing.

Everything else looks good.

@mishramonalisha76
Copy link
Collaborator Author

code already present in main

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.

3 participants