Stefan a8fb355a8d feat(wallet) activate Wallet connect modal from deep-links
- Open wallet connect modal when the application is opened from a
  deep link
- Add test entry that opens wallet connect modal with mocked
  StatusDesktop app that can be used for testing
- Add tests

Closes #12641
2023-12-12 20:12:53 +01:00

21 lines
415 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>App and Integration</title>
<style>
iframe {
width: 50vh;
height: 100%;
border: none;
}
</style>
</head>
<body>
<h2>App Page</h2>
<iframe src="http://localhost:8080"></iframe>
<h2>Wallet Page</h2>
<iframe src="http://localhost:8081"></iframe>
</body>
</html>