use react in settings
This commit is contained in:
parent
7ee6396cb6
commit
6669f6b6ef
6 changed files with 97 additions and 70 deletions
|
@ -4,15 +4,7 @@
|
|||
<meta charset='utf-8'>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Configure</h1>
|
||||
|
||||
<h2>Home page</h2>
|
||||
<form id='vimvixen-settings-form' class='vimvixen-settings-form'>
|
||||
<label for='load-from-json'>Load from JSON:</label>
|
||||
<textarea name='plain-json' spellcheck='false'></textarea>
|
||||
|
||||
<button type='submit'>Save</button>
|
||||
</form>
|
||||
<div id='vimvixen-settings'></div>
|
||||
<script src='settings.js'></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue