Commit c2651ab
authored
feat: Implement interface persistence (#2856)
Implementing interface persistence based on a new property stored in the
interface object called `contentType`, it is used to indicate whether
the `SnapInterfaceController` should persist the interface. The property
is added at various points in our system where an interface is created.1 parent 87234d3 commit c2651ab
File tree
17 files changed
+298
-51
lines changed- packages
- examples/packages
- browserify-plugin
- browserify
- snaps-controllers
- src
- interface
- snaps
- test-utils
- snaps-rpc-methods/src
- permitted
- restricted
- snaps-sdk/src/types
- snaps-simulation/src
- methods/hooks
- test-utils
- snaps-simulator/src/features/simulation
- test
17 files changed
+298
-51
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
0 commit comments