Skip to content

Commit

Permalink
Refactoring of messageInput, chatBubble, connectButton,chatViewList, …
Browse files Browse the repository at this point in the history
…chatViewComponent (#718)

* fix: added accoutn hook

* fix: refactoring code of messageInput chatlist chatbubble

* fix: fixed review comment
  • Loading branch information
mishramonalisha76 authored Sep 26, 2023
1 parent d7d99f8 commit cc18eb9
Show file tree
Hide file tree
Showing 18 changed files with 714 additions and 686 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
echo "\nRunning GIT hooks..."
yarn cleanbuild
yarn nx affected --target=lint
yarn nx affected --target=test
# yarn nx affected --target=test
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const ChatViewComponentTest = () => {
<div>
<h2>Chat UI Test page</h2>
<ChatViewComponentCard>
<ChatViewComponent onClick={() => console.log("BOIIII RETURNNNSSSSS")} chatId='0960dcbd95ad905a3eec0b66d24efbfd950d6afd8b8d8113c53c2a0444c45304' limit={10} isConnected={true} />
<ChatViewComponent onGetTokenClick={() => console.log("BOIIII RETURNNNSSSSS")} chatId='b8e068e02fe12d7136bc2f24408835573f30c6fbf0b65ea26ab4c7055a2c85f1' limit={10} isConnected={true} />
</ChatViewComponentCard>
</div>
);
Expand Down
Loading

0 comments on commit cc18eb9

Please sign in to comment.