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

upgraded push user for push chat #1406

Merged
merged 3 commits into from
Feb 13, 2024
Merged

upgraded push user for push chat #1406

merged 3 commits into from
Feb 13, 2024

Conversation

abhishek-01k
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented Feb 1, 2024

In package.json file, everything looks good.

In src/contexts/ChatUserContext.tsx file, there are several mistakes:

  • Line 29: Remove the unnecessary comma after setConnectedPeerID
  • Line 30: Remove the unnecessary comma after setDisplayQR
  • Line 31: Remove the unnecessary comma after the closing bracket of connectedPeerID useState declaration
  • Line 50: The interface "onboardingProgressI" should be moved outside of the component
  • Line 64: Add a break statement after each case in the switch statement
  • Line 84: Remove the unnecessary empty else block
  • Line 92: Add a missing closing parenthesis after "Invalid user"
  • Line 107: Remove the unnecessary closing parenthesis after "Invalid DID"
  • Line 124: Add a missing closing parenthesis after "invalid format"
  • Line 135: Change the condition to "if (user && user.encryptedPrivateKey)"
  • Line 138: Add a missing closing brace after "Invalid user"
  • Line 144: Remove the unnecessary closing parenthesis after "Invalid DID"
  • Line 149: Add a missing closing parenthesis after "invalid format"
  • Line 152: Remove the unnecessary closing brace after setConnectedUser

In src/modules/chat/ChatModule.tsx file and yarn.lock file, there is no code provided.

abhishek-01k and others added 2 commits February 13, 2024 09:31
* partial commit

* added search and dynamic linking in chatpreviewlist

* fixed dynamic link

* added formatting for .wallet

* Resolve verifier address issue

* Console error and warning fix (#1390)

* fixed button and chatviewlist warning

* fixed memory leak in useeffect

* Push admin address updated

* added chat components

* Added Collapsable Sidebar UI (#1410)

* Sidebar Collapsable new UI and Logic (#1396)

* Sidebar Collapsable new UI and Logic

* Sidebar State persistant and Yield Farming logo done

* Sidebar components are adjusted according to the design

* Module width changes when collapsed

* Fixed the margin of dashboard, send and yield modules

* Removed the arrow in more button

* changes according to code rules

* Tooltip for collapsable sidebar

* name change

* changes

---------

Co-authored-by: Abhishek <[email protected]>

* modified 404 page not found page (#1405)

* fixed button and chatviewlist warning

* fixed memory leak in useeffect

* modified 404 not found page in dapp

* removed unnecessary styles

* few tweaks

---------

Co-authored-by: harshrajat <[email protected]>

* Moved ChatuserContext to AppContext

* fixed reviw bugs

* fixed a bug

* fix: z-index of chat profile & chat preview load on big screen

* Update user is fixed and restapi version updated

* Read only mode active when user rejects signature

* rejection toast is added and chat is ready for read mode

---------

Co-authored-by: harshrajat <[email protected]>
Co-authored-by: Monalisha Mishra <[email protected]>
Co-authored-by: Nilesh Gupta <[email protected]>
Co-authored-by: Satyam <[email protected]>
Co-authored-by: Monalisha Mishra <[email protected]>
Co-authored-by: Pritipriya Singh <[email protected]>
@0xNilesh 0xNilesh merged commit d35a432 into main Feb 13, 2024
1 check failed
@0xNilesh 0xNilesh deleted the rebase-chat-context branch February 13, 2024 07:51
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.

Rebase chat context to move push user, stream and upgrade user to app context
2 participants