-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from argentlabs/BLO-1746
fix: webwallet popup size based on action
- Loading branch information
Showing
6 changed files
with
97 additions
and
33 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export const OFFCHAIN_SESSION_KEYS_EXECUTE_POPUP_WIDTH = 1 | ||
export const OFFCHAIN_SESSION_KEYS_EXECUTE_POPUP_HEIGHT = 1 | ||
|
||
/* all these sizes are optimistic */ | ||
export const EXECUTE_POPUP_WIDTH = 385 | ||
export const EXECUTE_POPUP_HEIGHT = 775 | ||
|
||
export const SIGN_MESSAGE_POPUP_WIDTH = 385 | ||
export const SIGN_MESSAGE_POPUP_HEIGHT = 440 | ||
|
||
export const ENABLE_POPUP_WIDTH = 886 | ||
export const ENABLE_POPUP_HEIGHT = 562 |
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
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