Skip to content

Commit

Permalink
Re-introduce expanded view notifications via snap_notify (#2881)
Browse files Browse the repository at this point in the history
This PR reverses the revert that was made to previous `snap_notify`
changes that enabled an expanded view for snap notifications (see
#2706). Additional adjustments
were made for including the content type of the interface being created
in the `snap_notify` call. These changes are being introduced
post-introduction of interface persistence in the
`SnapInterfaceController` (see
#2856), which without, the
expanded view feature was broken.
  • Loading branch information
hmalik88 authored Dec 3, 2024
1 parent c66e562 commit 6bd6fd8
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 77 deletions.
6 changes: 3 additions & 3 deletions packages/snaps-rpc-methods/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ module.exports = deepmerge(baseConfig, {
],
coverageThreshold: {
global: {
branches: 92.88,
branches: 92.94,
functions: 97.26,
lines: 97.84,
statements: 97.36,
lines: 97.87,
statements: 97.39,
},
},
});
Loading

0 comments on commit 6bd6fd8

Please sign in to comment.