-
Notifications
You must be signed in to change notification settings - Fork 570
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
Showing
17 changed files
with
298 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"branches": 92.73, | ||
"functions": 96.65, | ||
"lines": 97.99, | ||
"statements": 97.69 | ||
"branches": 92.85, | ||
"functions": 96.71, | ||
"lines": 98, | ||
"statements": 97.7 | ||
} |
Oops, something went wrong.