Skip to content

Commit

Permalink
Install Snap Information updated (#1248)
Browse files Browse the repository at this point in the history
* Push Metamask Snap UI

* Fixed the remaining UI

* Changes done for the configure Modal

* add: snap rpc endpoint calls

* add signature validation for address

* Snap UI dark mode fixed

* Info ToolTip added

* Minor fix

* Modal Open state changed

* Install Snap information updated

---------

Co-authored-by: Arch0125 <[email protected]>
Co-authored-by: Nilesh Gupta <[email protected]>
  • Loading branch information
3 people authored Sep 12, 2023
1 parent 330be0c commit 4fd2683
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions src/components/MetamaskSnap/SnapInformationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const SnapInformationModal = () => {
/>
<ItemVV2 margin="0 0 0 16px">
<PrimaryText>Notifications</PrimaryText>
<SecondaryText>Notifying users for all updates from the channels that they opt-in to.</SecondaryText>
<SecondaryText>Get notified by your favourite channels using Push Snap.</SecondaryText>
</ItemVV2>
</ItemHV2>

Expand All @@ -83,7 +83,7 @@ const SnapInformationModal = () => {
/>
<ItemVV2 margin="0 0 0 16px">
<PrimaryText>Address Selection</PrimaryText>
<SecondaryText>Add or remove your wallet address for receiving notifications. </SecondaryText>
<SecondaryText>Add or remove your wallet preferred wallet addresses for notifications.</SecondaryText>
</ItemVV2>
</ItemHV2>

Expand All @@ -94,7 +94,7 @@ const SnapInformationModal = () => {
/>
<ItemVV2 margin="0 0 0 16px">
<PrimaryText>Customize Notification Pop-ups</PrimaryText>
<SecondaryText>Snap allows users to toggle popup notifications as per their convenience. </SecondaryText>
<SecondaryText>Snooze popup notifications as per your convenience.</SecondaryText>
</ItemVV2>
</ItemHV2>
</ItemVV2>
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4619,7 +4619,7 @@ __metadata:
"@mui/lab": ^5.0.0-alpha.72
"@mui/material": ^5.5.0
"@pushprotocol/ledgerlive": latest
"@pushprotocol/restapi": 1.4.15
"@pushprotocol/restapi": 1.4.18
"@pushprotocol/socket": latest
"@pushprotocol/uiweb": 1.1.13
"@reduxjs/toolkit": ^1.7.1
Expand Down Expand Up @@ -4821,9 +4821,9 @@ __metadata:
languageName: node
linkType: hard

"@pushprotocol/restapi@npm:1.4.15":
version: 1.4.15
resolution: "@pushprotocol/restapi@npm:1.4.15"
"@pushprotocol/restapi@npm:1.4.18":
version: 1.4.18
resolution: "@pushprotocol/restapi@npm:1.4.18"
dependencies:
"@ambire/signature-validator": ^1.3.1
"@metamask/eth-sig-util": ^5.0.2
Expand All @@ -4841,7 +4841,7 @@ __metadata:
video-stream-merger: ^4.0.1
peerDependencies:
ethers: ^5.6.8
checksum: db6c0dbb16cb3d73722f1276b79e9aa63cc6f87a1fa9c8225858b5316480fc3f2c0cf985c6ba18e610f416e6285708f8bf6d1a7e1d9ef7a1e110d62b488f7406
checksum: a350b385db72c5ce106ed940d77acfac11cec1960409b18698d63d3359a84788da503b62fa3fd01f94b7a7d3634614e26346432d833eb0d69b717c00bb627415
languageName: node
linkType: hard

Expand Down

0 comments on commit 4fd2683

Please sign in to comment.