Skip to content

Commit

Permalink
[BUMP SDK IN DAPP] Push Chat Reply Feature on Dapp (#1893)
Browse files Browse the repository at this point in the history
* Push Chat Reply Feature on Dapp

* Updated the version of uiweb to new exp

* Fixed the deployed preview

* uiweb updated

---------

Co-authored-by: rohitmalhotra1420 <[email protected]>
  • Loading branch information
abhishek-01k and rohitmalhotra1420 authored Oct 9, 2024
1 parent bab67d7 commit 87af83d
Show file tree
Hide file tree
Showing 3 changed files with 619 additions and 609 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@mui/material": "^5.5.0",
"@pushprotocol/restapi": "1.7.25",
"@pushprotocol/socket": "0.5.3",
"@pushprotocol/uiweb": "1.5.0",
"@pushprotocol/uiweb": "1.6.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-switch": "^1.1.0",
Expand Down
3 changes: 2 additions & 1 deletion src/sections/chat/ChatSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const ChatSection = ({ chatId, setChatId, loggedIn }) => {
chatId={chatId} // 694c523ca30090225b73b7d04941f48a51312bedbe0fa11136e7f3af3687b277
limit={10}
isConnected={false}
handleReply={true}
autoConnect={false}
messageInput={loggedIn ? true : false}
verificationFailModalPosition={MODAL_POSITION_TYPE.RELATIVE}
Expand Down Expand Up @@ -137,7 +138,7 @@ const ChatViewContainer = styled(ItemVV2)`
overflow: hidden;
`;

const IntroContainer = styled(ItemVV2)<IntroContainerProps>`
const IntroContainer = styled(ItemVV2) <IntroContainerProps>`
flex: 1;
height: inherit;
background: ${(props) => props.bg || 'transparent'};
Expand Down
Loading

0 comments on commit 87af83d

Please sign in to comment.