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

DAPP-2005: PGP Key feature in channels #2009

Merged
merged 5 commits into from
Jan 31, 2025

Conversation

meKushdeepSingh
Copy link
Collaborator

DAPP-2005

Description

Notion Documentation: Doc link

- Added Unlock Profile modal to enforce profile unlocking before any channel action.
- Updated SDK function to allow channel actions without requiring signer approval each time.
- Fixed device config issue in Tooltip and Unlock Profile component.
Copy link

All looks good.

Copy link

github-actions bot commented Jan 30, 2025

PR Preview Action v1.4.7
Preview removed because the pull request was closed.
2025-01-31 10:41 UTC

}
}, [profileModalVisibility, userPushSDKInstance]);

const optInHandler = useCallback(
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove useCallback

package.json Outdated
@@ -34,7 +34,7 @@
"@metamask/eth-sig-util": "^4.0.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.5.0",
"@pushprotocol/restapi": "1.7.29",
"@pushprotocol/restapi": "1.7.30-exp.3",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add the stable release version here

Copy link

All looks good.

Copy link

All looks good.

@rohitmalhotra1420 rohitmalhotra1420 merged commit 373b763 into main Jan 31, 2025
2 checks passed
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.

Handle Channel Subscription/unsubscription and send Notification feature with PGP key
2 participants