chore(extension): use react for connect dialog (#777)
This commit is contained in:
@@ -17,18 +17,11 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Playwright MCP extension</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="src/ui/connect.css">
|
||||
</head>
|
||||
<body>
|
||||
<h3>Playwright MCP extension</h3>
|
||||
<div id="status-container"></div>
|
||||
<div class="button-row">
|
||||
<button id="continue-btn">Continue</button>
|
||||
<button id="reject-btn">Reject</button>
|
||||
</div>
|
||||
<div id="tab-list-container">
|
||||
<h4>Select page to expose to MCP server:</h4>
|
||||
<div id="tab-list"></div>
|
||||
</div>
|
||||
<script src="lib/connect.js"></script>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="src/ui/connect.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user